http://integratx.sourceforge.net
Requirements to Develop and Deploy IntegraTx
Steps to install the application:
To generate the password, use the SecureIdentityLoginModule utility in JBoss 4.0. For example: java -cp "lib/jboss-jmx.jar;lib/jboss-common.jar;server/default/lib/jboss-jca.jar;server/default/lib/jbosssx.jar" org.jboss.resource.security.SecureIdentityLoginModule password-to-encrypt Encoded password: -baefe5e824a431d Then copy and paste the encoded password replacing encrypted-password in the following script, also changing the user: <!-- SecureIdentityLoginModule --> <application-policy name = "EncryptDBPassword"> <authentication> <login-module code = "org.jboss.resource.security.SecureIdentityLoginModule" flag = "required"> <module-option name = "username">user</module-option> <module-option name = "password">encrypted-password</module-option> <module-option name = "managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=IntegraTxDS</module-option> </login-module> </authentication> </application-policy> Finally, copy this script in login-config.xml file in the jboss-directory/server/default/conf
Please feel free to send ideas to integratx@gmail.com
or visit the SourceForge.net website at www.sourceforge.net/projects/integratx