]
Brian Stansberry updated AS7-4939:
----------------------------------
Component/s: CLI
CLONE - CLI: unable to specify command arguments to echo-dmr command
--------------------------------------------------------------------
Key: AS7-4939
URL:
https://issues.jboss.org/browse/AS7-4939
Project: Application Server 7
Issue Type: Bug
Components: CLI
Reporter: Dominik Pospisil
Assignee: Alexey Loubyansky
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
It seems to be impossible to specify command arguments to echo-dmr command beginning with
double-dash.
While e.g. this works:
[domain@localhost:9999 /] echo-dmr undeploy deployment0.war
{
"operation" => "composite",
"address" => [],
"steps" => [{
"operation" => "remove",
"address" => [("deployment" =>
"deployment0.war")]
}]
}
This does not:
[domain@localhost:9999 /] echo-dmr deploy /home/dpospisi/deploy/deployment1.war
--all-server-groups
Unrecognized arguments: [--all-server-groups]
Putting requested command in quotes does not work as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: