[jboss-jira] [JBoss JIRA] (AS7-2149) Recovery not unregistered during shutdown
Jesper Pedersen (Resolved) (JIRA)
jira-events at lists.jboss.org
Wed Nov 2 10:15:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen resolved AS7-2149.
----------------------------------
Resolution: Done
> 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: Jesper Pedersen
> 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