]
Jesper Pedersen updated AS7-2149:
---------------------------------
Assignee: Jesper Pedersen (was: Stefano Maestri)
Git Pull Request:
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: