[jboss-jira] [JBoss JIRA] (WFCORE-2202) Add support for multiple dynamic parts in capability names
Tomaz Cerar (JIRA)
issues at jboss.org
Tue Jan 17 08:52:01 EST 2017
Tomaz Cerar created WFCORE-2202:
-----------------------------------
Summary: Add support for multiple dynamic parts in capability names
Key: WFCORE-2202
URL: https://issues.jboss.org/browse/WFCORE-2202
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 3.0.0.Alpha16
Reporter: Tomaz Cerar
Assignee: Brian Stansberry
Currently dynamic capabilites only allow one, last, part of name to be dynamic.
There are cases where we need support for multiple dynamic parts such are cases in infinispan subsystem and in undertow.
For example when you have "virtual host" in undertow it is defined under path
/subsystem=undertow/server=*default-server*/host=*default-host*
And here are two capabilities in this path.
first is
{{/subsystem=undertow/server=default}} which server capability with name "default"
but host capability is defined by its name as well as name of server capability that is its parent.
We need support in management layer to expose this kind of capability names.
Prototype impl is available my branch https://github.com/ctomc/wildfly-core/tree/capabilites-api
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list