]
Jeff Mesnil resolved WFCORE-3939.
---------------------------------
Resolution: Won't Do
Rejected as explained in
Add PersistentResourceXMLParser support for logical grouping of child
resources
-------------------------------------------------------------------------------
Key: WFCORE-3939
URL:
https://issues.jboss.org/browse/WFCORE-3939
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Affects Versions: 6.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
One of the limitations of PersistentResourceXMLParser preventing its use within the
clustering subsystems is the lack of the ability to group child resources. For example,
the JGroups subsystem's root resource contains 2 attributes and 2 child resources,
where child resources are logically grouped within an attribute groups. The JGroups
subsystem in one such example:
{code:xml}
<channels default="...">
<channel name="..." stack="..."/>
<channel name="..."/>
</channels>
<stacks default="...">
<stack name="..."/>
<stack name="..."/>
</stacks>
{code}
Here, we need the ability to group specific children within the element of an attribute
group.