[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 10:17:00 EST 2017
[ https://issues.jboss.org/browse/WFCORE-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13349790#comment-13349790 ]
Tomaz Cerar commented on WFCORE-2202:
-------------------------------------
prototype of undertow subsystem using new capabilites-api branch of wildfly-core https://github.com/ctomc/wildfly/tree/capabilites
> 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: Tomaz Cerar
> 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
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list