[
https://issues.jboss.org/browse/JBTM-2544?page=com.atlassian.jira.plugin....
]
Gytis Trikleris updated JBTM-2544:
----------------------------------
Steps to Reproduce:
Add "<jts/>" to the transaction subsystem configuration in
standalone/configuration/standalone-rts.xml
From Narayana code base execute the following:
{code}
./build.sh -f rts/at/bridge/pom.xml clean test -Parq
-Dtest=InboundBridgeRecoveryTestCase#testCrashBeforeCommit
{code}
RTS inbound bridge recovery does not work with JTS
--------------------------------------------------
Key: JBTM-2544
URL:
https://issues.jboss.org/browse/JBTM-2544
Project: JBoss Transaction Manager
Issue Type: Bug
Components: REST
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.next
If JTS is enabled, crash scenario when system fails just before the commit does not
complete correctly. Instead of being committed, resource is rolled back by
XARecoveryModule.
In JTA case, XARecoveryModule does not find any XAResourceRecords and bridge recovery is
handled by InboundBridgeRecoveryModule.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)