]
Jason Greene updated WFLY-3583:
-------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha1)
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
Components: Clustering
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 9.0.0.Beta1
{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}