2 Replies Latest reply on Jun 13, 2007 3:24 PM by marklittle

    Questions about com.arjuna.ats.jta.xaRecoveryNode

      I have read the documentation about com.arjuna.ats.jta.xaRecoveryNode but I am still confused.

      I am using JBoss AS 4.2.0, which comes bundled with the purely local JTA implementation from JBoss Transactions 4.2.3, correct?

      The preconfigured jbossjta-properties.xml file that comes with JBoss AS 4.2.0 includes the following:

      <property name="com.arjuna.ats.arjuna.xa.nodeIdentifier" value="1"/>
      


      But the preconfigured jbossjta-properties.xml file does not include a setting for com.arjuna.ats.jta.xaRecoveryNode.

      My questions:

      1) Do I need to set com.arjuna.ats.jta.xaRecoveryNode (to "1" in this case) if I am using the purely local JTA implementation (not the distributed implementation)?
      2) If yes to question 1, why doesn't the jbossjta-properties.xml file already contain this setting for me so I don't have to remember to do it?