<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Hi,</div><div><br></div><div>I'm looking at contributing a fix to WildFly.</div><div><br></div><div>I'm looking at bug WFLY-2205 that prints a deployment's name as null when it's deployed and undeployed.</div><div><br></div><div>For deploment:</div><div>21:16:30,975 INFO &nbsp;[org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015876: Starting deployment of "EnterpriseApplication1.ear" (runtime-name: "EnterpriseApplication1.ear")</div><div>21:16:31,041 INFO &nbsp;[org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "null" (runtime-name: "EnterpriseApplication1-war.war")</div><div>21:16:31,146 INFO &nbsp;[org.wildfly.extension.undertow] (MSC service thread 1-15) JBAS017534: Registered web context: /EnterpriseApplication1-war</div><div>21:16:31,377 INFO &nbsp;[org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "EnterpriseApplication1.ear" (runtime-name : "EnterpriseApplication1.ear")</div><div><br></div><div>For undeployment:</div><div>21:16:00,660 INFO &nbsp;[org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment null (runtime-name: EnterpriseApplication1-war.war) in 58ms</div><div>21:16:00,669 INFO &nbsp;[org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015877: Stopped deployment EnterpriseApplication1.ear (runtime-name: EnterpriseApplication1.ear) in 69ms</div><div>21:16:00,886 INFO &nbsp;[org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018558: Undeployed "EnterpriseApplication1.ear" (runtime-name: "EnterpriseApplication1.ear")</div><div><br></div><div>I've traced the bug to the SubDeploymentUnitService not having a MANAGEMENT_NAME like the RootDeploymentUnitService has (hence the correct message is displayed when deploying an .ear file, but not on it's enclosed .war file).</div><div><br></div><div>My question is what should be done to fix this? &nbsp;Should it log just the runtime name and if there is no management name log an empty string instead of null?</div><div><br></div><div>Thanks,</div><div><br></div><div>David.</div>                                               </div></body>
</html>