[jboss-jira] [JBoss JIRA] Created: (AS7-1883) CLI domain deploy reports error on missing server-groups adds content anyway

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Sep 21 06:53:26 EDT 2011


CLI domain deploy reports error on missing server-groups adds content anyway 
-----------------------------------------------------------------------------

                 Key: AS7-1883
                 URL: https://issues.jboss.org/browse/AS7-1883
             Project: Application Server 7
          Issue Type: Bug
          Components: CLI
            Reporter: Thomas Diesler
            Assignee: Alexey Loubyansky


{code}
$ bin/jboss-admin.sh --connect
Connected to domain controller at localhost:9999
[domain at localhost:9999 /] deploy ./bundles/org/apache/aries/util/main/org.apache.aries.util-0.3.jar
Either --all-server-groups or --server-groups must be specified.
{code}

On the server side the content is added. A subsequent deploy fails

{code}
[domain at localhost:9999 /] deploy ./bundles/org/apache/aries/util/main/org.apache.aries.util-0.3.jar --all-server-groups
'org.apache.aries.util-0.3.jar' is already deployed (use --force to force re-deploy).
{code}

I suggest not to add the content on missing server-group argument

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list