-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.1.0.GA-CR6
-
False
-
-
False
-
-
-
-
-
-
Known Issue
-
-
Scenario simulates fact of disconnecting application server from network where XA resource would need connection to its work:
- prepare db XA
- stop connection to DB
- prepare test XA
- simulates XA error -> XAException.XAER_RMFAIL
- doAbort phase
- rollback db XA (connection is down - jdbc driver throws XAException.XAER_RMFAIL for DB2)
- rollback test XA -> XAException.XAER_RMFAIL
See steps to reproduce in first comment on this jira