]
Tom Jenkinson updated JBTM-1249:
--------------------------------
Parent: JBTM-1184
Issue Type: Sub-task (was: Bug)
XA recovery Failed on Oracle (pad-xid=true not propagated to the
XARecoveryModule)
----------------------------------------------------------------------------------
Key: JBTM-1249
URL:
https://issues.jboss.org/browse/JBTM-1249
Project: JBoss Transaction Manager
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Application Server Integration, Documentation, JCA, JTS
Affects Versions: 4.16.2
Environment: JBoss AS 7.1.1 Final, Windows, Oracle
Reporter: Michel PRUNET
Assignee: Tom Jenkinson
Labels: jboss, jts, recovery, xa
Fix For: 4.17.4, 5.0.0.M2
Attachments: TestEJB.zip
The XARecoveryManager is unable to recover an Oracle Prepared Transaction.
The reason:
Oracle needs the Xid to be padded (pad-xid set to true in xa-datasource).
When the method XARecoveryModule.getNewXAResource(Xid xid) is called. The value of xid is
not padded (retrieved from the tx-object-store). The XID contained in the RecoveryXids
are padded (retrieved from oracle). When the method execute xids.remove(xid), it never
found the xid. The transaction is never recovered.
In a debug session, if you pad the xid in that method (change the xid.gtrud_length and or
bqual_length), the transaction will be recovered successfully.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: