Also, if you are expecting any exception to be thrown on a transaction timeout, 
then it wont happen. No exception is thrown, the transaction state will set to 
MARKED_FOR_ROLLBACK. Later on, if any operations are done using this 
transaction, only then will a exception be thrown.

You might want to verify whether the transaction timeout is working or not by 
checking the server logs, where you will see a WARN message from 
TransactionImpl saying that the transaction has timedout.


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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to