Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-278

XAResource.end error may not cause rollback

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.4.0.GA
    • 4.2.3.SP5
    • JTA
    • None
    • Hide

      Turn off 1PC optimization. In that case, when we get a prepare-failed result from prepare, the coordinator will call rollback on the participant, which will allow it to cleanup.

      Show
      Turn off 1PC optimization. In that case, when we get a prepare-failed result from prepare, the coordinator will call rollback on the participant, which will allow it to cleanup.

      An XAResource.end call may return an XA_RB* error. In such case, the resource should (but currently does not) still get rollback called on it too. Update XAResourceRecord.java to fix.

              nmcl2001 Mark Little
              rhn-engineering-jhallida Jonathan Halliday
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: