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:
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.
|