message.get(Message.REQUEST_URI),
rawPath);
LOG.warning(errorMsg.toString());
Response resp = JAXRSUtils.createResponse(null, message, errorMsg.toString(),
Response.Status.NOT_FOUND.getStatusCode(), false);
throw new NotFoundException(resp);
}
message.getExchange().put(JAXRSUtils.ROOT_RESOURCE_CLASS, resource);
OperationResourceInfo ori = null;