HP Integrity NonStop J-Series User Manual
Page 157

<pluginRepository>
<id>jboss-plugins</id>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<!-- Here we add our profile defined in settings.xml to the active profiles -->
<activeProfiles>
<activeProfile>repos</activeProfile>
</activeProfiles>
</settings>
Including the Hibernate Dialect for the SQL/MX database to the Hibernate Distribution
The Hibernate dialect for the SQL/MX database is required for running any Hibernate application
on a NonStop system.
The DIALECT file (which includes hibernate3sqlmx.jar) is distributed as a part of the SQL/MX
Hibernate Dialect - T0873 and can be downloaded from Scout for NonStop servers.
To obtain the hibernate3sqlmx.jar file, complete the following steps:
1.
Download the DIALECT file from Scout for NonStop servers.
2.
Add the .zip extension to it.
3.
Extract the DIALECT.zip file to a location on the Windows system.
The SQL/MX-Hibernate-Dialect folder containing hibernate3sqlmx.jar appears.
4.
Place hibernate3sqlmx.jar in <Hibernate Home>\lib.
NOTE:
If you have already extracted the SAMPLES.zip file from Scout for NonStop servers,
you can find the hibernate3sqlmx.jar file at <My SASH
Home>\hibernate\sqlmxdialect.
You can now transfer the Hibernate distribution to the NonStop system.
NOTE:
hibernate3sqlmx.jar
is the Hibernate dialect file for SQL/MX database that maps
HQL to SQL/MX specific queries.
Copying the Hibernate Distribution from Windows to NonStop
To copy Hibernate distribution from a Windows system to a NonStop system, complete the following
steps:
1.
Go to <Hibernate Home> and create a JAR file of the <Hibernate Home>\lib directory
on the Windows system:
command prompt> cd <Hibernate Home>
command prompt> jar -cvf hibernate_lib.jar lib
Installing Hibernate Framework Libraries on NonStop
157