[jboss-jira] [JBoss JIRA] (WFCORE-980) The capability registry fails to rollback properly
ehsavoie Hugonnet (JIRA)
issues at jboss.org
Tue Sep 15 14:31:00 EDT 2015
ehsavoie Hugonnet created WFCORE-980:
----------------------------------------
Summary: The capability registry fails to rollback properly
Key: WFCORE-980
URL: https://issues.jboss.org/browse/WFCORE-980
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta7
Reporter: ehsavoie Hugonnet
Assignee: Brian Stansberry
Priority: Blocker
If we register an already registered capability at a new RegistrationPoint and the operation rollbacks the registry still has the new RegistrationPoint.
The publishedFullRegistry should be a deep copy of the registry:
Reproducer working with the WFCORE-949 pr:
{code:java}
/socket-binding-group=standard-sockets/socket-binding=management-native:add(port=9999, interface=management)
/core-service=management/management-interface=native-interface:add(socket-binding=native-management, security-realm=ManagementRealm)
/core-service=management/management-interface=native-interface:add(socket-binding=management-native, security-realm=ManagementRealm)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list