]
Issue was automatically transitioned when jhalliday created pull request #1650 in GitHub
----------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
XA_RB* not an error when from end(TMFAIL)
-----------------------------------------
Key: JBTM-3345
URL:
https://issues.redhat.com/browse/JBTM-3345
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTA
Affects Versions: 5.10.4.Final
Reporter: Jonathan Halliday
Assignee: Jonathan Halliday
Priority: Minor
When XAResource.end is invoked with TMFAIL i.e. on the rollback path, the RM may use
XA_RB* return value to indicate it proactively aborted. This is expected spec compliant
behavior and should not result in a WARN log message.