Account Infrastructure Installation Guide
The following are the pre-requisites for installing this package:
- When transferring the pack via FTP the transport method must be set to binary.
- The pack contains the following components: ChequeEligibility.jar and jasypt.zip.
Steps for Installing the Package
The steps required for the installation of this package are described below:

- Unzip the delivered jasypt zip file (named jasypt-<$VERSION>.zip).
- Go to the bin directory of jasypt and type ‘cmd’ then give enter.
- Enter the following command in the command prompt.
- <Data to be encrypted>: The user password to connect to SED.
- <The password of the encrypted message>: Password or secret key used to encrypt the password.
- < Algorithm name>: Algorithm used to encrypt the data. The supported algorithms are shown below.
- After executing the command you will be receiving encrypted data as an output.
- Copy the encrypted password output and place it in the configuration.properties as Password = ENC (encrypted_password).
- Set system environment variables as shown below.
- TNACININTERFACE_ENCRYPTPWD=<The password of the encrypted message>.
- TNACININTERFACE_ENCRYPTALGORITHM=<Algorithm name>.
- Restart the system after setting the environment variables.
encrypt.bat input=<Data to be encrypted> password=<The password of the encrypted message> algorithm=< Algorithm name> ivGeneratorClassName=org.jasypt.iv.RandomIvGenerator

- Deploy the jar in jboss, ChequeEligibility.jar
- Put an entry in module.xml inside the path Temenos\jboss\modules\com\temenos\tafj\main as displayed below:
- Create the folder src\main\resources inside the Temenos\jboss\bin and place the configuration properties inside that folder.
- Restart jboss server.
Temenos\jboss\modules\com\temenos\tafj\main\lib
<resource-root path="./lib/ ChequeEligibility.jar"/>
There is only one operation involved: getChequesImpayes.
The mock testing WSDL link: http://<hostname>:<port>/mockFichEJBBeanServiceBinding.
In this topic