[jboss-jira] [JBoss JIRA] (AS7-2594) CLI deploy on domain mode leaves deployment even if you omit the server groups to deploy to
Alexey Loubyansky (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Nov 11 13:52:47 EST 2011
[ https://issues.jboss.org/browse/AS7-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642211#comment-12642211 ]
Alexey Loubyansky commented on AS7-2594:
----------------------------------------
Agreed, sorry.
Just sent a pull request which will check that all the required arguments are present before adding the deployment to the repository.
The messages will look like the following
[domain at localhost:9999 /] deploy ../../../../testsuite/smoke/target/marker-deployments/test-deployment.sar --name=my.sar
One of --disabled, --all-server-groups or --server-groups is missing.
[domain at localhost:9999 /] deploy --name=my.sar
One of --all-server-groups or --server-groups is missing.
> CLI deploy on domain mode leaves deployment even if you omit the server groups to deploy to
> -------------------------------------------------------------------------------------------
>
> Key: AS7-2594
> URL: https://issues.jboss.org/browse/AS7-2594
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Affects Versions: 7.0.2.Final
> Reporter: Pete Muir
> Assignee: Alexey Loubyansky
>
> If you use the deploy command, but forget to add the server group, this seems to add the app to AS7, but not actually deploy it. Even if the user adds the server group and uses --force, it doesn't deploy the app, you have to undeploy it, and deploy it again, specifying the server group.
> If server group is omitted, the app should just not be deployed.
--
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