stop don't work on a secured jmx-console
----------------------------------------

                 Key: MJBOSS-43
                 URL: http://jira.codehaus.org/browse/MJBOSS-43
             Project: Maven 2.x JBoss Plugin
          Issue Type: Bug
    Affects Versions: 1.4.0, 1.4.1
            Reporter: Roland Wiesemann
         Attachments: AbstractJBossMojo.java, StopMojo.java

The stop goal is executing the command
{noformat}
shutdown -S
{noformat}
To work in a secured jboss environment, a command like
{noformat}
shutdown -s jnp://<host>:<port> -u <user-name> -p <password>
{noformat}
is necessary.

As attachment 2 files with changes to solve this issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to