[jboss-jira] [JBoss JIRA] (AS7-5444) runtime-name is used when logging undeploy

Cheng Fang (JIRA) jira-events at lists.jboss.org
Tue Aug 28 17:47:15 EDT 2012


Cheng Fang created AS7-5444:
-------------------------------

             Summary: runtime-name is used when logging undeploy
                 Key: AS7-5444
                 URL: https://issues.jboss.org/browse/AS7-5444
             Project: Application Server 7
          Issue Type: Bug
          Components: ConfigAdmin
    Affects Versions: 7.2.0.Alpha1
            Reporter: Cheng Fang
            Assignee: David Bosschaert


deploy a war and specify its runtime-name, and undeploy it:
{noformat}
deploy --runtime-name=nnn.war /Users/cfang/tmp/hello.war

undeploy hello.war
{noformat}
In the server log it used the runtime-name to refer to the undeployed war, whereas I think the name (hello.war) should be used:
{noformat}
17:31:08,290 INFO  [org.jboss.as.server] (management-handler-thread - 55) JBAS018558: Undeployed "nnn.war"
{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