]
Heiko Braun edited comment on AS7-4491 at 4/24/12 9:21 AM:
-----------------------------------------------------------
See the missing "response-headers" attributes on the first operation response?
In both cases I perform the same operation against the same subsystem.
was (Author: heiko.braun):
See the missing "response-headers" attributes on the first operation
response?
Structure of the "server-groups" node in a multi-server
operation response breaks if multiple hosts use the same server names
-----------------------------------------------------------------------------------------------------------------------------
Key: AS7-4491
URL:
https://issues.jboss.org/browse/AS7-4491
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: Brian Stansberry
Assignee: Kabir Khan
Priority: Critical
Fix For: 7.1.2.Final-redhat1
See "Multi-Server Responses" on
https://docs.jboss.org/author/display/AS71/Management+API+reference#Manag...:
"server-groups" => {
"groupA" => {
"serverA-1" => {
"host" => "host1",
"response" => {
"outcome" => "success",
"result" => undefined
}
},
"serverA-2" => {
"host" => "host2",
"response" => {
"outcome" => "success",
"result" => undefined
}
}
},
....
What if on both hosts the server was named "serverA" ? The result for one would
replace the result for the other.
It's important to allow hosts to re-use server names, as this makes it practical to
re-use a host.xml across multiple installations; e.g. in single AMI used on many EC2
instances.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: