]
Paul Ferraro reassigned WFCORE-2286:
------------------------------------
Assignee: Brian Stansberry (was: Paul Ferraro)
GenericSubsystemDescribeHandler generates duplicates operations for
override models
-----------------------------------------------------------------------------------
Key: WFCORE-2286
URL:
https://issues.jboss.org/browse/WFCORE-2286
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.0.Alpha24
Reporter: Paul Ferraro
Assignee: Brian Stansberry
Currently, GenericSubsystemDescribeHandler relies on
ImmutableManagementResourceRegistration.getChildAddresses(...) to find child resources.
When processing a wildcard address, all resource children are matched. Thus any
non-wildcard paths returned by getChildAddresses(...) for the same child type will end up
being described twice. Additionally, child order needs to be preserved, even in the
presence of override models.