8 Replies Latest reply on Sep 21, 2007 10:36 AM by teknokrat

    Using the ResourceRecovery implementation

    teknokrat

      I am interested in using com.arjuna.ats.internal.jdbc.recovery.JDBCXARecovery with the latest jboss ( 4.2.1). As far as I can tell, I just need to add the following xml to jbossjta-properties.xml

      <properties name="jdbc" type="system">
      
       <property name="DatabaseJNDIName" value="java:ExampleDS"/>
      
       <property name="UserName" value="username"/>
      
       <property name="Password" value="password"/>
      
       </properties>
      


      However, our datasource's password is encrypted. So I am not sure, do I add the encrypted string or does it have to be in plaintext?

      cheers