[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: Transaction Timeout

Kevin.Conner@jboss.com do-not-reply at jboss.com
Thu Oct 5 05:06:45 EDT 2006


The timeout configuration you are referring to is the default value used for transactions.  If no other timeout has been set then the transaction will timeout after this period.

This does not mean that your application terminates, only that your transaction does.  The next time you attempt to do anything transactional you should receive an exception saying that the transaction is no longer valid.

What is your application doing?

Kev


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

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



More information about the jboss-dev-forums mailing list