DS Package Installer Deployment
You should have a DS package content in Temenos Transact RDBMS, within a staging area (set of tables), instead of extracting the content into file system, UD folder.
You should deploy the DS generated package content within the following TAFJ artifact:
<dependency> <groupId>com.temenos.tafj</groupId> <artifactId>DSPackageInstaller</artifactId> <type>war</type> </dependency>
After deployment, the DSPackageInstaller.war file provides webservices (REST API) and servlet access to manage and populate the RDBMS staging area. Temenos Transact services need to adapt their process to read packages from this staging area instead of reading from the former UD file system.
In this topic