Patches item #644604, was opened at 2002-11-27 08:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=644604&group_id=22866
Category: JBossTX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Marcel (speck99) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for Bug 575966 (Failed commits) Initial Comment: The problem is that failing commits are not reported. This is because the XAException is swallowed on XA_UNKNOWN error. This patch checks if an unknown error occured upon commit, and does not change the status from STATUS_COMMITTING to a successful STATUS_COMMITTED. Please note that the subsequent javax.transaction.RollbackException is caught in TxInterceptorCMT.java and rethrown as an javax.ejb.TransactionRolledbackLocalException - I'm not sure this is the right place but it works. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=644604&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
