org.apache.cxf.common.i18n.Message errorM =
new org.apache.cxf.common.i18n.Message("NO_SUBRESOURCE_FOUND",
BUNDLE,
subResourcePath);
LOG.severe(errorM.toString());
throw new NotFoundException();
}
OperationResourceInfo subOri = JAXRSUtils.findTargetMethod(subCri,
exchange.getInMessage(),
httpMethod,