[jboss-jira] [JBoss JIRA] (AS7-2149) Recovery not unregistered during shutdown
Jesper Pedersen (Created) (JIRA)
jira-events at lists.jboss.org
Tue Oct 18 14:34:45 EDT 2011
Recovery not unregistered during shutdown
-----------------------------------------
Key: AS7-2149
URL: https://issues.jboss.org/browse/AS7-2149
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.1.0.Alpha1
Reporter: Jesper Pedersen
Assignee: Stefano Maestri
Fix For: 7.1.0.Beta1
Resources registered for XA recovery (datasources and resource adapters) needs to be unregistered in the recovery system during shutdown:
if (recoveryRegistry != null && recoveryModules != null)
{
for (XAResourceRecovery recovery : recoveryModules)
{
recoveryRegistry.removeXAResourceRecovery(recovery);
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list