// Create service unit object
ServiceUnitImpl su = deployer.createServiceUnit(sud, suRootDir, component);
try {
LOGGER.debug("Deploying SU " + su.getName());
if (isModified) {
su.deploy();
}
// Add it to the list
sus.add(su);
} catch (Throwable e) {
LOGGER.error("Error deploying SU " + su.getName(), e);