-
Enhancement
-
Resolution: Done
-
Critical
-
3.0.0.Alpha16
-
None
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
- blocks
-
JBEAP-7639 Web Console is not suggesting values in Undertow mod_cluster filter settings
- Closed