[jbossts-issues] [JBoss JIRA] (JBTM-1021) JTS ExtendedResourceRecord cannot cope with a LastResourceRecord operating in 2PC mode

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Tue Jan 17 10:13:18 EST 2012


Tom Jenkinson created JBTM-1021:
-----------------------------------

             Summary: JTS ExtendedResourceRecord cannot cope with a LastResourceRecord operating in 2PC mode
                 Key: JBTM-1021
                 URL: https://issues.jboss.org/browse/JBTM-1021
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JTS
            Reporter: Tom Jenkinson
            Assignee: Tom Jenkinson


ERR calls prepare, which calls LRR prepare which calls XARR commit_one_phase, which cleans up the CORBA servant.

ERR then calls doSave which fails as the remote servant is cleaned up but can cope with this

ERR then calls commit but gets an OBJECT_NOT_EXIST which ERR lumps in with SystemException and the ServerTopLevelAction returns this as a error, it should detect this case and allow 2PC to complete normally

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list