[jboss-jira] [JBoss JIRA] (WFCORE-3939) Add PersistentResourceXMLParser support for logical grouping of child resources
Jeff Mesnil (JIRA)
issues at jboss.org
Wed Sep 26 03:06:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil resolved WFCORE-3939.
---------------------------------
Resolution: Won't Do
Rejected as explained in https://github.com/wildfly/wildfly-core/pull/3372#issuecomment-422873735
> 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