[jboss-jira] [JBoss JIRA] (AS7-2670) Interface constraints not properly handled

Heiko Braun (Created) (JIRA) jira-events at lists.jboss.org
Wed Nov 16 12:30:40 EST 2011


Interface constraints not properly handled
------------------------------------------

                 Key: AS7-2670
                 URL: https://issues.jboss.org/browse/AS7-2670
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
            Reporter: Heiko Braun
            Assignee: Emanuel Muckenhuber
             Fix For: 7.1.0.CR1


I would think this combination is valid, but it leads to "JBAS014696: any-address is invalid in combination with any-ipv4-address, any-ipv6-address"

{noformat}
[INFO]     "steps" => [
[INFO]         {
[INFO]             "address" => [("interface" => "management")],
[INFO]             "operation" => "write-attribute",
[INFO]             "name" => "inet-address",
[INFO]             "value" => undefined
[INFO]         },
[INFO]         {
[INFO]             "address" => [("interface" => "management")],
[INFO]             "operation" => "write-attribute",
[INFO]             "name" => "any-address",
[INFO]             "value" => false
[INFO]         },
[INFO]         {
[INFO]             "address" => [("interface" => "management")],
[INFO]             "operation" => "write-attribute",
[INFO]             "name" => "any-ipv6-address",
[INFO]             "value" => true
[INFO]         },
[INFO]         {
[INFO]             "address" => [("interface" => "management")],
[INFO]             "operation" => "write-attribute",
[INFO]             "name" => "any-ipv4-address",
[INFO]             "value" => false
[INFO]         }
[INFO]     ]
[INFO] }

{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list