[jboss-jira] [JBoss JIRA] (WFLY-8034) Alternatives attribute "domain" doesn't exist in modcluster subsystem
Radoslav Husar (JIRA)
issues at jboss.org
Mon Feb 6 10:16:00 EST 2017
Radoslav Husar created WFLY-8034:
------------------------------------
Summary: Alternatives attribute "domain" doesn't exist in modcluster subsystem
Key: WFLY-8034
URL: https://issues.jboss.org/browse/WFLY-8034
Project: WildFly
Issue Type: Bug
Components: mod_cluster
Affects Versions: 10.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Minor
modcluster resource contains the following attribute definition for "load-balancing-group"
{code}
"load-balancing-group" => {
"type" => STRING,
"description" => "loadBalancingGroup name.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"alternatives" => ["domain"],
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
{code}
But the alternatives constraint specifies a "domain" attribute that doesn't exist.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list