[JBoss JIRA] Created: (JBTM-605) subordinate tx core commit fails are not passed to JTA layer
by Jonathan Halliday (JIRA)
subordinate tx core commit fails are not passed to JTA layer
------------------------------------------------------------
Key: JBTM-605
URL: https://jira.jboss.org/jira/browse/JBTM-605
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JCA
Affects Versions: 4.7.0
Reporter: Jonathan Halliday
Assignee: Mark Little
Fix For: 4.8.0
Where commit on an XAResourceRecord fails in such as way as to return TwoPhaseOutcome.FINISH_ERROR, no error is seen at the JTA (actually JCA XATerminator) layer, effectively making the commit failure invisible except by reading the WARN in the log files. Core does not consider this situation a heuristic, as with a single record there is no inconsistency as such. However, to a user it is an error - they asked for a commit but got a rollback.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years