[jboss-jira] [JBoss JIRA] (AS7-5444) runtime-name is used when logging undeploy
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Aug 28 18:06:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5444:
----------------------------------
Fix Version/s: 7.2.0.Alpha1
Assignee: Brian Stansberry (was: David Bosschaert)
Affects Version/s: 7.1.2.Final (EAP)
(was: 7.2.0.Alpha1)
Component/s: Domain Management
(was: ConfigAdmin)
> 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: Domain Management
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Cheng Fang
> Assignee: Brian Stansberry
> Fix For: 7.2.0.Alpha1
>
>
> 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