action = "update";
OpStringManager mgr = opStringMangerController.getOpStringManager(opstring.getName());
errorMap = mgr.doUpdateOperationalString(opstring);
} else {
action = "deploy";
DeploymentResult result = deployAdmin.deploy(opstring, null);
errorMap = result.getErrorMap();
}
if (!errorMap.isEmpty()) {
for (Map.Entry<String, Throwable> entry : errorMap.entrySet()) {
logger.warn("Deploying service [" + entry.getKey() + "] resulted in " +
"the following exception",