]
Michael Musgrove commented on JBTM-2443:
----------------------------------------
Adding link since the change is partially undoing a prior fix
Raise a JTA HeuristicMixed if a one phase commit XAResource raises
RMFAIL
-------------------------------------------------------------------------
Key: JBTM-2443
URL:
https://issues.jboss.org/browse/JBTM-2443
Project: JBoss Transaction Manager
Issue Type: Feature Request
Components: JTA, JTS
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.next
If a one phase commit is performed on an XAResource and it raises RMFAIL we have no way
to know whether the resource committed or rolled back. We currently do not raise an
exception in this scenario as an interpretation of the XA spec allows us to.
We have had community feedback that this has an issue for user applications and having
consulted with the rest of our community and no negative comments received we will modify
the behavior so that this scenario results in the closest exception that JTA allows
HeuristicMixed.