-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
None
-
Linux, JBoss EAP 5.1
-
Release Notes
-
During the recovery of a failed XA transaction involving a JDBC <xa-datasource> the JCA adaptor would use a cached JDBC connection without checking if it was still valid sometimes resulting in an XAException.
-
Not Yet Documented
During XA recover JCA adaptor is trying to use a cached handle to last connection used without checking if it is still a valid connection. This results in XAException
[com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
when the recover module is trying to use it.
See
http://community.jboss.org/thread/92291?start=70&tstart=0
- is related to
-
JBPAPP-7786 Support system property to disable validation of JDBC JCA recovery connection
- Closed