*/
for (String partType : partTypes) {
if (parts.containsKey(partType) == true) {
try {
logger.info("[DEPOY] Deploying " + module.getName() + " to " + deployer.getName());
deployer.deploy(partType, module, parts.get(partType));
} catch (java.lang.Exception excp) {
/*
* Catch all exceptions here. Report them and pass them
* up as DeployerException, but continue to
* the remainder of the deployers.