]
Tom Jenkinson updated JBTM-2120:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Add a deferred exceptions to the rollback exception if the first
resource throws a heuristic rollback
-----------------------------------------------------------------------------------------------------
Key: JBTM-2120
URL:
https://issues.jboss.org/browse/JBTM-2120
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Transaction Core
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.next
Pull
https://github.com/jbosstm/narayana/pull/598 added deferred throwables in case the
XAR::end fails during commit. It doesn't handle the case of the HEURISTIC_ROLLBACK of
a first resource where Narayana rolls back the remaining participants and then clears the
failed/heuristic lists (and marks the txn as rolled back).