[jboss-jira] [JBoss JIRA] (AS7-4282) deploy ignores unrecognized arguments

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Mar 30 04:59:47 EDT 2012


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

Alexey Loubyansky resolved AS7-4282.
------------------------------------

    Resolution: Done


Fixed.
                
> deploy ignores unrecognized arguments
> -------------------------------------
>
>                 Key: AS7-4282
>                 URL: https://issues.jboss.org/browse/AS7-4282
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 7.1.1.Final
>            Reporter: Stan Silvert
>            Assignee: Alexey Loubyansky
>             Fix For: 7.1.2.Final
>
>
> Runtime name won't get set when deploying from CLI.  It does work from web console.
> {noformat}
> deploy  C:\as7trunk\as7jsf\hackedwar\mojarra2.0-notbundled.war  --name=foo  --runtime_name=bar.war
> {
>     "outcome" => "success",
>     "result" => {
>         "step-1" => {"outcome" => "success"},
>         "step-2" => {"outcome" => "success"}
>     }
> }
> /deployment=foo/:read-resource
> {
>     "outcome" => "success",
>     "result" => {
>         "content" => [{"hash" => bytes {
>             0x48, 0x05, 0xe8, 0x32, 0xf8, 0x17, 0xea, 0xa0,
>             0x93, 0x55, 0x2f, 0x89, 0xdb, 0xed, 0xf3, 0x56,
>             0xde, 0x78, 0xe9, 0x1d
>         }}],
>         "enabled" => true,
>         "name" => "foo",
>         "persistent" => true,
>         "runtime-name" => "foo",
>         "subdeployment" => undefined,
>         "subsystem" => undefined
>     }
> }
> {noformat}

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