[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

prasanthreddy do-not-reply at jboss.com
Tue Apr 14 15:41:34 EDT 2009


Please ignore the above post.

The file I modified is jboss-4.0.5.GA/server/default/conf/jboss-service.xml

  | <mbean code="org.jboss.tm.TransactionManagerService"
  |       name="jboss:service=TransactionManager"
  |       xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
  |       <attribute name="TransactionTimeout">1800</attribute>
  |       <!-- set to false to disable transaction demarcation over IIOP -->
  |       <attribute name="GlobalIdsEnabled">true</attribute>
  |       <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
  | 
  |       <!-- Transaction Integrity Checking -->
  |       <!-- Force a rollback if another thread is associated with the transaction at commit -->
  |       <!--depends optional-attribute-name="TransactionIntegrityFactory" 
  |                proxy-type="org.jboss.tm.integrity.TransactionIntegrityFactory">
  |          <mbean code="org.jboss.tm.integrity.FailIncompleteTransaction"
  |                 name="jboss:service=TransactionManager,plugin=TransactionIntegrity"/>
  |       </depends-->
  |    </mbean>
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225479#4225479

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225479



More information about the jboss-user mailing list