-
Bug
-
Resolution: Done
-
Critical
-
1.0.21.Final, 1.1.0.Final
-
None
In org.jboss.jca.adapters.jdbc.xa.XAManagedConnection:
try { xaResource.end(xid, flags); } catch (XAException e) { broadcastConnectionError(e); throw e; }
should not consider XA_RB* error codes as fatal. Same goes for .start().
- relates to
-
JBTM-1988 Downgrade certain log messages when we end a branch using TMFAIL
- Closed
-
JBJCA-1213 XA_RBEND should be included in check
- Closed
-
JBTM-1786 Change to TMFAIL for an ABORT on a non-prepared TX
- Closed