[jboss-jira] [JBoss JIRA] Created: (JBEE-61) During XA recovery JCA code does not check if the database connection it is using is valid.

Tom Ross (JIRA) jira-events at lists.jboss.org
Fri Oct 22 09:02:54 EDT 2010


During XA recovery JCA code does not check if the database connection it is using is valid.
-------------------------------------------------------------------------------------------

                 Key: JBEE-61
                 URL: https://jira.jboss.org/browse/JBEE-61
             Project: JBoss JavaEE APIs
          Issue Type: Bug
          Components: Persistence API
         Environment: Linux, JBoss EAP 5.1
            Reporter: Tom Ross
            Assignee: Jesper Pedersen


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list