[jboss-jira] [JBoss JIRA] Resolved: (AS7-1575) CLI crashes on invalid path

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Mon Aug 22 08:09:17 EDT 2011


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

Alexey Loubyansky resolved AS7-1575.
------------------------------------

    Fix Version/s: 7.0.2.Final
       Resolution: Done


This is fixed now. It should now complaint about the node path format around socket-binding-group.

> CLI crashes on invalid path
> ---------------------------
>
>                 Key: AS7-1575
>                 URL: https://issues.jboss.org/browse/AS7-1575
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Thomas Diesler
>            Assignee: Alexey Loubyansky
>             Fix For: 7.0.2.Final
>
>
> Good
> {code}
> [standalone at localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=http:read-resource 
> {
>     "outcome" => "success",
>     "result" => {
>         "fixed-port" => undefined,
>         "interface" => undefined,
>         "multicast-address" => undefined,
>         "multicast-port" => undefined,
>         "name" => "http",
>         "port" => 8080
>     }
> }
> {code}
> Bad
> {code}
> [standalone at localhost:9999 /] /socket-binding-group/socket-binding=http:read-resource                 
> Closed connection to localhost:9999
> {code}

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