[jboss-jira] [JBoss JIRA] (AS7-2670) Interface constraints not properly handled
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Thu Jan 26 11:39:51 EST 2012
[ https://issues.jboss.org/browse/AS7-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved AS7-2670.
--------------------------------------
Resolution: Done
> 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.Final
>
>
> 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