[jboss-jira] [JBoss JIRA] (WFLY-8025) Alternatives attribute "domain" doesn't exist in modcluster subsystem
Radoslav Husar (JIRA)
issues at jboss.org
Mon Feb 6 10:12:01 EST 2017
[ https://issues.jboss.org/browse/WFLY-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated WFLY-8025:
---------------------------------
Affects Version/s: 10.1.0.Final
> Alternatives attribute "domain" doesn't exist in modcluster subsystem
> ---------------------------------------------------------------------
>
> Key: WFLY-8025
> URL: https://issues.jboss.org/browse/WFLY-8025
> Project: WildFly
> Issue Type: Bug
> Components: mod_cluster
> Affects Versions: 10.1.0.Final
> Reporter: Claudio Miranda
> Assignee: Radoslav Husar
>
> 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