[
https://issues.jboss.org/browse/AS7-2670?page=com.atlassian.jira.plugin.s...
]
Heiko Braun commented on AS7-2670:
----------------------------------
This however works, but has the same semantics to me:
{noformat}
{
[INFO] "operation" => "composite",
[INFO] "address" => [],
[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" => undefined
[INFO] },
[INFO] {
[INFO] "address" => [("interface" =>
"management")],
[INFO] "operation" => "write-attribute",
[INFO] "name" => "any-ipv6-address",
[INFO] "value" => true
[INFO] }
[INFO] ]
[INFO] }
{noformat}
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