]
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@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@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: