0 Replies Latest reply on Jul 5, 2006 1:13 PM by adias

    ConfigTransactionManagerService

      Hi .

      I would like to know what is the effect of using the "InterruptThreads" parameter in the jboss-service.xml file.

      It don´t seem to be working. When the timer reaches 60 seconds, I see the message below in the server.log:

      2006-07-06 00:56:58,940 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=uniserver35.unimedbh.com.br/305, BranchQual=, localId=305] timed out. status=STATUS_ACTIVE

      It seems that the timeout has expired, but the database session does not die. Should it die, since I´m using the InterruptThread switch?

      Here is a piece of my jboss-service.xml file:

      <mbean code="org.jboss.tm.TransactionManagerService"
      name="jboss:service=TransactionManager"
      xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
      60
      <!-- set to false to disable transaction demarcation over IIOP -->
      true
      <attribute name="InterruptThreads">true

      Thanks in advance.