[jboss-jira] [JBoss JIRA] (WFLY-8025) Alternatives attribute "domain" doesn't exist in modcluster subsystem

Claudio Miranda (JIRA) issues at jboss.org
Fri Feb 3 10:29:00 EST 2017


Claudio Miranda created WFLY-8025:
-------------------------------------

             Summary: 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
            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