[jboss-jira] [JBoss JIRA] (AS7-2149) Recovery not unregistered during shutdown
Jesper Pedersen (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Nov 1 11:59:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen updated AS7-2149:
---------------------------------
Assignee: Jesper Pedersen (was: Stefano Maestri)
Git Pull Request: https://github.com/jbossas/jboss-as/pull/540
> 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