|
| 62526 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java | *** The temporary deployment is deleted twice at distribution and undeployment time. This looks like a bug, so I'm correcting it. |
| 62525 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java | JBCTS-557, when constructing the TargetModuleIDImpl for a deployment, children TargetModuleIDImpl's need to be added for compliance reasons, even though they are not used by our implementation at deployment time. |
| 62521 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.java | add debug info. |
| 62520 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.java | while here, add toString methods. |
| 62520 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.java | while here, add toString methods. |
| 62519 | modified | dimitris@jboss.org | //branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.java | JBAS-4366, javax.enterprise.deploy.spi.TargetModuleID.getChildTargetModuleID() should return null when there are no children |