I think I found solution for second question.
In /conf/jboss-service.xml we need set

  |    <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
  |       name="jboss:service=TransactionManager">
  |       <attribute name="TransactionTimeout">XXX</attribute>
  |    </mbean>
  | 

Where XXX is time of transaction (in seconds), and is globally set for server.

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

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

Reply via email to