Re: exposing exceptions that caused a rollback

2011-04-11 Thread Vamsavardhana Reddy
Posting the following message upon request by Ashish Jain as his posts are getting rejected by mail server with reason spam score blah blah blah... - Hi Jean-Louis, It seems David has already applied a patch to GERONIMO-4576. IIUC OpenEJB needs to be patched for OPENEJB-1091 so that it works

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
Hi David, Discussed that point with Kevan on IRC. It would be great if we could push that change. That's really something users are always asking for. As soon as you have something ready and release, let us know. I would be more than happy to change a bit OpenEJB to use the init cause. Thanks a

Re: exposing exceptions that caused a rollback

2011-03-03 Thread David Jencks
Hi Jean-Louis, I fixed up the 2.1.1 and later tm branches to include the fix so the RollbackException should now be including a reasonable cause. I assigned OPENEJB-1091 to you and added a few comments and a link to some mail. It would be really great if you have time to change openejb to

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