Salesforce

Hibernate Data Source Builder (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Hibernate Data Source Builder (Magic xpa 4.x)

The Hibernate Data Source Builder scans the data sources and creates a jar file. This jar file can then be deployed to use the Hibernate capabilities in the space.

This builder can only be used if the Space middleware was installed.


You can access this builder by selecting Hibernate Data Source Builder from the Options menu.

In the builder screens, you define the following details:

  • The connection details to the SQL database where the original database resides. This information will be used by the Hibernate mechanism to connect to this server and sync the data to the space.

  • The result file. The builder will create a jar file that can be deployed on GigaSpaces. Once deployed, a space will be created with the hibernated data sources' objects.

  • The required data sources that should be hibernated. Only data sources whose database is a non-embedded space database can be selected.

Once the builder is done, follow the description in the last screen for deployment instructions.

  • The Hibernate Data Source Builder will fail if Java 1.5 (instead of Java 1.6) is defined in the system's PATH environment variable.

  • The SQL server name should not include a slash (/). If you need to define the database instance, you should use the following convention in the Server Name property: myserver;instance=SQLEXPRESS where SQLEXPRESS is the instance name.

  • For data sources used for Hibernate, the column name cannot start with an upper case letter followed by a lower case letter. When the data source is deployed to the space, it will automatically change the first letter to lower case.

Since version:

3.0

Reference
Attachment 
Attachment