]
RH Bugzilla Integration commented on WFLY-2205:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug
Undeployment prints null
------------------------
Key: WFLY-2205
URL:
https://issues.jboss.org/browse/WFLY-2205
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 8.0.0.Beta1
Reporter: Jesper Pedersen
Assignee: David Salter
Fix For: 8.1.0.CR1, 8.1.0.Final
The following is printed during a shutdown of an .ear
{noformat}
11:21:52,260 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877:
Stopped deployment null (runtime-name: msginflow1_mdb_msginflow_ejb.jar) in 16ms
11:21:52,260 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015877:
Stopped deployment null (runtime-name: msginflow_mdb_msginflow_ejb.jar) in 16ms
11:21:52,262 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015877:
Stopped deployment msginflow_mdb.ear (runtime-name: msginflow_mdb.ear) in 18ms
11:21:52,387 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558:
Undeployed "msginflow_mdb.ear" (runtime-name: "msginflow_mdb.ear")
{noformat}
The 'null' part of the .jar undeployment doesn't look nice.