hello, 
I had the same problem, for a "long" ejb method the transaction timed out after 
5 minute.
I fixed it changing the transaction timeout in the jboss-service.xml file

   <!-- JBoss Transactions JTA -->
  |    <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
  |       name="jboss:service=TransactionManager">
  |       <attribute name="TransactionTimeout">300</attribute>
  |       <attribute 
name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute> 
  |    </mbean>
  | 

I hope this helps

francesco

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177310
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to