[jboss-jira] [JBoss JIRA] Created: (AS7-986) Updating a socket binding declaration throws IllegalStateExcp. but changes are applied
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 05:04:59 EDT 2011
Updating a socket binding declaration throws IllegalStateExcp. but changes are applied
--------------------------------------------------------------------------------------
Key: AS7-986
URL: https://issues.jboss.org/browse/AS7-986
Project: Application Server 7
Issue Type: Bug
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.0.0.CR1
[domain at localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=test:write-attribute(name=port,value=20000)
{
"outcome" => "failed",
"result" => {"server-groups" => {"main-server-group" => {
"server-one" => {
"host" => "local",
"response" => {
"outcome" => "failed",
"failure-description" => "java.lang.IllegalStateException"
}
},
"server-two" => {
"host" => "local",
"response" => {
"outcome" => "failed",
"failure-description" => "java.lang.IllegalStateException"
}
}
}}},
"failure-description" => "Operation was not applied successfully to any servers"
}
nevertheless the changes are applied:
[domain at localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=test:read-attribute(name=port)
{
"outcome" => "success",
"result" => 20000,
"compensating-operation" => undefined
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list