Manual
Figure 17-17 The JAR Export Dialog Box
4. Click Finish. The EmployeeInfo application JAR file (EmployeeInfo.jar) is created.
Setting Up NonStop Environment
To set up NonStop environment, complete the following steps:
1. Create the SQL/MX database catalog and schema on your NonStop system with the same
names as specified in the hibernate.properties file.
The MXCI commands to create the database catalog and schema are as follows:
mxci>> create catalog employeeinfocat LOCATION <node.$vol>;
mxci>> create schema employeeinfocat.employeeinfosch
AUTHORIZATION “<user>” LOCATION ZSD<subvol reference>;
NOTE: By default, the hibernate.properties has the catalog name as
employeeinfocat and schema name as employeinfosch. If you have modified the
catalog name and schema name in the hibernate.properties file, run the above MXCI
commands accordingly.
2. Copy the created project JAR file EmployeeInfo.jar from the Windows system to
<NonStop SASH Home>/hibernate/my_samples/employeeinfo on your NonStop
system.
3. Copy the ei_setenv script from the <My SASH
Home>\hibernate\getting-started\envsetup to <NonStop SASH
Home>/hibernate/my_samples/employeeinfo on your NonStop system.
Overview of EmpIoyeeInfo 351