Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3939

Add PersistentResourceXMLParser support for logical grouping of child resources

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 6.0.0.Alpha1
    • Management
    • None

      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:

      <channels default="...">
          <channel name="..." stack="..."/>
          <channel name="..."/>
      </channels>
      <stacks default="...">
          <stack name="..."/>
          <stack name="..."/>
      </stacks>
      

      Here, we need the ability to group specific children within the element of an attribute group.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: