]
ehsavoie Hugonnet updated WFCORE-980:
-------------------------------------
Fix Version/s: 2.0.0.CR2
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: ehsavoie Hugonnet
Priority: Blocker
Fix For: 2.0.0.CR2
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}