[jboss-user] [JBoss Seam] - Re: JBoss embedded and Seam questions?
Stateless Bean
do-not-reply at jboss.com
Tue Nov 27 04:38:05 EST 2007
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
More information about the jboss-user
mailing list