[jboss-jira] [JBoss JIRA] (WFCORE-3939) Add PersistentResourceXMLParser support for logical grouping of child resources

Paul Ferraro (JIRA) issues at jboss.org
Tue Jun 19 15:36:00 EDT 2018


Paul Ferraro created WFCORE-3939:
------------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list