]
Tomaz Cerar updated WFCORE-2202:
--------------------------------
Priority: Critical (was: Major)
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
Priority: Critical
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