SourceForge.net Logo

The IntegraTx Project

http://integratx.sourceforge.net


Requirements to Develop and Deploy IntegraTx

Steps to install the application:

  1. Uncompress/Install Jboss
  2. Install MySQL Server
  3. Copy in jboss-directory/server/default/lib the following files: hibernate3.jar (download from Hibernate 3.0.1 distribution) and mysql-connector-java-3.1.11-bin.jar (download JDBC driver from MySQL website).
  4. 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
    
    
  5. Download and copy integratx.ear into jboss-directory/server/default/deploy

Search the IntegraTx website



Please feel free to send ideas to
integratx@gmail.com or visit the SourceForge.net website at www.sourceforge.net/projects/integratx