Platform Framework
R24 AMR | Min(s) read

Deploying Temenos Transact Modules

This section shows the deployment of Temenos Transact modules. You can declare the JAR files you want to deploy and the dependencies you need to define on other modules using the following procedure.

  1. Create a global module com/temenos/t24/main under JBOSS_HOME/modules.
  2. Create a symbolic link lib pointing to TAFJ_HOME/lib from JBOSS_HOME/modules com/temenos/t24/main. Below is the command to create a symbolic link based on your operating system:
    • Windows: mklink /D lib %T24_HOME%\lib
    • Unix: ln -s $T24_HOME/lib lib
  3. Copy the following to the global module that you created in step 1:
    • The module.xml file from %TAFJ_HOME%\appserver\jboss\jboss7eap\modules\com\temenos\t24\main.
    • The symbolic link lib created in step 2.

A tool to generate a module template based on a content of a directory is available in TAFJ, for more information see, Temenos Transact Module Generation Helper.

You will have to generate the module.xml to match the Temenos Transact libs you want to deploy, the above mentioned file is a sample to illustrate how it looks like.

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:10:30 PM IST