Re: exposing exceptions that caused a rollback

2011-04-11 Thread Vamsavardhana Reddy
: http://openejb.979440.n4.nabble.com/exposing-exceptions-that-caused-a-rollback-tp3320089p444.html Sent from the OpenEJB Dev mailing list archive at Nabble.com. -- Vamsi SpeakAsiaOnline - Consumer Empowerment Get your opinion heard and get paid too :) http

Re: exposing exceptions that caused a rollback

2011-04-11 Thread Jean-Louis MONTEIRO
Hi, No didn't get time to work on :-( If you have time, feel free to push a patch file. I would be more than happy to commit it for you. Jean-Louis -- View this message in context: http://openejb.979440.n4.nabble.com/exposing-exceptions-that-caused-a-rollback-tp3320089p3441821.html Sent from

Re: exposing exceptions that caused a rollback

2011-03-03 Thread Jean-Louis MONTEIRO
a lot. Jean-Louis -- View this message in context: http://openejb.979440.n4.nabble.com/exposing-exceptions-that-caused-a-rollback-tp3320089p444.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: exposing exceptions that caused a rollback

2011-03-03 Thread David Jencks
this message in context: http://openejb.979440.n4.nabble.com/exposing-exceptions-that-caused-a-rollback-tp3320089p444.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: exposing exceptions that caused a rollback

2011-02-24 Thread Ashish Jain
Hi Djencks/Dblevins, As we had discussed earlier about this issue and the possible patch. It seems we cannot use javax.transaction. TransactionRolledbackException.initCause(e) instead there is another class with in openEJB org.apache.openejb.core.transaction.TransactionRolledbackException which

exposing exceptions that caused a rollback

2011-02-22 Thread David Jencks
cf https://issues.apache.org/jira/browse/GERONIMO-4576 https://issues.apache.org/jira/browse/OPENEJB-1091 For a long time we've known of this problem where an exception thrown by a transaction synchronization that causes a transaction to be marked for rollback only is lost. When the user or