[jboss-jira] [JBoss JIRA] Updated: (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


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

Heiko Braun updated AS7-986:
----------------------------

    Description: 
{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}

  was:
[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
}




> 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