[
https://issues.jboss.org/browse/WFCORE-1087?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated WFCORE-1087:
-------------------------------------
Description:
ManagementResourceRegistration.getOrderedChildTypes() is implemented by simply reading the
local state of ConcreteResourceRegistration. It needs to work like getAttributeNames(), by
delegating to the root node which in turn uses NodeSubregistry to combine data from any
singleton override registration and the corresponding wildcard registration.
Same kind of problem as WFCORE-1086.
was:ManagementResourceRegistration.getCapabilities() is implemented by simply reading
the local state of ConcreteResourceRegistration. It needs to work like
getAttributeNames(), by delegating to the root node which in turn uses NodeSubregistry to
combine data from any singleton override registration and the corresponding wildcard
registration.
ManagementResourceRegistration.getOrderedChildTypes() does not
account for override models
------------------------------------------------------------------------------------------
Key: WFCORE-1087
URL:
https://issues.jboss.org/browse/WFCORE-1087
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.CR9
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 2.0.0.Final
ManagementResourceRegistration.getOrderedChildTypes() is implemented by simply reading
the local state of ConcreteResourceRegistration. It needs to work like
getAttributeNames(), by delegating to the root node which in turn uses NodeSubregistry to
combine data from any singleton override registration and the corresponding wildcard
registration.
Same kind of problem as WFCORE-1086.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)