Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
-
Number of attachments :
Description
Recoverer is supposed to catch exception thrown by XAResource.recover() calls and report them. This does not happen anymore.
This is caused by this change: http://svn.btm.codehaus.org/browse/btm/trunk/src/bitronix/tm/recovery/Recoverer.java?r1=42&r2=72
The implementation has changed because Informix improperly chokes on successive XAResource.recover() calls. Unfortunately, exceptions are now catched and reported as debug logs.