[jboss-jira] [JBoss JIRA] Resolved: (AS7-986) Updating a socket binding declaration throws IllegalStateExcp. but changes are applied

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Jun 22 01:22:23 EDT 2011


     [ https://issues.jboss.org/browse/AS7-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry resolved AS7-986.
----------------------------------

    Resolution: Done


> 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
>
>
> {noformat}
> [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"
> }
> {noformat}
> nevertheless the changes are applied:
> {noformat}
> [domain at localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=test:read-attribute(name=port)
> {
>     "outcome" => "success",
>     "result" => 20000,
>     "compensating-operation" => undefined
> }
> {noformat}

--
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