Catching TransactionRolledbackLocalException in Java
Posted
by user271858
on Stack Overflow
See other posts from Stack Overflow
or by user271858
Published on 2010-06-16T15:16:43Z
Indexed on
2010/06/17
14:43 UTC
Read the original article
Hit count: 152
I receive javax.ejb.TransactionRolledbackLocalException in Websphere 7 from the container and I wonder how is it possible to catch this exception? I have a timeout set in Websphere and get this message after this time. I run session beans.
I am trying to find what SQl statement was the cause of this exception. Where can i find that?
© Stack Overflow or respective owner