1 Reply Latest reply on Nov 3, 2005 8:52 AM by adrian.brock

    UserTransaction timeout default

    jonmoores


      In JBOSS 3.2.2 is there a difference between the TransactionManager timeout value (300 secs) and the timeout a UserTransaction will use?

      I have a UserTransaction outside of the AS that seems to timeout at 2 minutes .

      Client side Log:

      2005-11-01 13:14:13,269 DEBUG - CaptureProcess CaptureProcess.java :: Begun transaction [org.jboss.tm.usertx.client.ClientUserTransaction@6e7b82]. Status: 0
      2005-11-01 13:16:19,902 ERROR - CaptureProcess CaptureProcess.java :: METHOD='processDocument' Strategic error while transferring the document [AT1D0530500006] [AT1D0530500006]


      JBOSS log:
      13:16:14,694 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [FormatId=257, GlobalId=mifts01.nl.eu.abnamro.com//10176805, BranchQual=] timed out. status=STATUS_ACTIVE
      


      If so where can I reconfigure it?
      And would the UserTransaction.setTimout(int i) method override this?