throw new DeploymentException("Can not find the associated service unit for this service assembly. "
+ "Check if it's deployed and started.", e);
}
ServiceUnitManager serviceUnitManager = jbiServiceUnit.getServiceUnitManager();
File installDir = new File(context.getBaseDir(), installUri.toString());
String deploy = serviceUnitManager.deploy(name, installDir.getAbsolutePath());
serviceUnitReferences.add(new ServiceUnitReference(sl, name, installDir.getAbsolutePath()));
LOGGER.debug(deploy);
}
// Create the JBI deployment managed object
Properties props = new Properties();