[jboss-jira] [JBoss JIRA] (AS7-4939) CLONE - CLI: unable to specify command arguments to echo-dmr command
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Aug 13 22:07:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-4939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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 at localhost:9999 /] echo-dmr undeploy deployment0.war
> {
> "operation" => "composite",
> "address" => [],
> "steps" => [{
> "operation" => "remove",
> "address" => [("deployment" => "deployment0.war")]
> }]
> }
> This does not:
> [domain at 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list