8990919293949596979899
log.debug("deploy: " + unit.shortName); Deployment dep = getDeployment(unit); if (dep == null) { dep = createDeployment(unit); dep.addAttachment(DeploymentInfo.class, unit); } getRuntime().create(dep); unit.context.put(Deployment.class, dep);