Radoslav Husar created WFLY-3583:
------------------------------------
Summary: Convert mod_cluster excluded context into an xs:list of
host:context
Key: WFLY-3583
URL:
https://issues.jboss.org/browse/WFLY-3583
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 9.0.0.Alpha1
{noformat}
// TODO: Convert into an xs:list of host:context
static final SimpleAttributeDefinition EXCLUDED_CONTEXTS =
SimpleAttributeDefinitionBuilder.create(CommonAttributes.EXCLUDED_CONTEXTS,
ModelType.STRING, true)
.setAllowExpression(true)
.setDefaultValue(new
ModelNode("ROOT,invoker,jbossws,juddi,console"))
.setRestartAllServices()
.build();
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)