[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:51:14 EDT 2012


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

Cheng Fang updated AS7-5444:
----------------------------

    Description: 
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 for this purpose.
{noformat}
17:31:08,290 INFO  [org.jboss.as.server] (management-handler-thread - 55) JBAS018558: Undeployed "nnn.war"
{noformat}

  was:
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}


    
> 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 for this purpose.
> {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