[jboss-user] [EJB/JBoss] - Re: Transaction setting wrong??

jaikiran do-not-reply at jboss.com
Thu Sep 21 10:39:50 EDT 2006


Whats the transaction error? Is it a transaction timeout? The transaction timeout value for EJBs is set in the jboss-service.xml file present in %JBOSS_HOME%/server/default/conf folder:

<mbean code="org.jboss.tm.TransactionManagerService"
  |       name="jboss:service=TransactionManager"
  |       xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
  |       <attribute name="TransactionTimeout">300</attribute>
  | 
  |       <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
  |    </mbean>

By default the transaction timeout value is 5 minutes(300 seconds). You can increase it if you feel necessary


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

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



More information about the jboss-user mailing list