[jboss-user] [EJB 3.0] - Re: Altering the transaction timeout

wolfc do-not-reply at jboss.com
Fri May 4 04:52:51 EDT 2007


Transaction timeout only works on the method where the transaction is actually started. Either make sure you put the annotation there or add transaction attribute REQUIRES_NEW on your method.

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

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



More information about the jboss-user mailing list