"Cannot find a {0} with a name {1}", targetType.getSimpleName(), name);
logger.severe(localStrings.getLocalString(GenericCrudCommand.class,
"GenericDeleteCommand.target_object_not_found",
"The CrudResolver {0} could not find the configuration object of type {1} where instances of {2} should be removed",
resolver.getClass().toString(), parentType, targetType));
result.failure(logger, msg);
return;
}
try {
ConfigBeanProxy parentProxy = child.parent().createProxy();