[jboss-user] [EJB/JBoss] - Re: Need help with timeouts

jaikiran do-not-reply at jboss.com
Wed Feb 7 12:08:53 EST 2007


I get what you are saying. You are expecting a exception to be thrown when the transaction times out. Thats not going to happen. JBoss will just mark the transaction for rollback and log a WARN message (which you are already seeing) when a transaction times out. However after the transaction times out if any operation is done on the transaction context (maybe commit or some other activity) then an exception is thrown mentioning that the transaction is already marked for rollback.



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

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



More information about the jboss-user mailing list