StartSQLRepository can be used for following activites,
Verifing the Data Defination XML is correctly formed and complies with the DTD.
Generating the SQL Statements to create tables.
Import the data into DB (Supports both versioned and non-versioned) and exporting the data.
Points 1 and 2 are covered as part of scope. Point 3 will be covered in coming up topics.
Steps for generating DDL using the StartSQLRepository.
1. Shut down all the nucleus instances running in machine.(JBOSS, JUNIT)
2. Create...