]
Brian Stansberry updated WFCORE-2270:
-------------------------------------
Forum Reference:
Capability registry should not allow more than one registration point
for a RuntimeCapabilityRegistration
---------------------------------------------------------------------------------------------------------
Key: WFCORE-2270
URL:
https://issues.jboss.org/browse/WFCORE-2270
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
CapabilityRegistry.registerCapability is allowing more than one registration point for
the same RuntimeCapabilityRegistration. This is not correct. A *possible* capability can
be registered from more than one location, and the user then chooses to configure one. An
the same capability name can be configured at more than one address in a domain-wide
config, so long as those addresses have different scopes. But within the same scope, the
config can only have the same cap in one place.