+ resource + " for component " + component);
log.error("Unable to instantiate resource provider for resource " + resource + " for component " + component, e);
return;
}
} else {
resourceProvider = new DefaultResourceProvider(componentClass);
}
if (!resourceProvider.exists(context, resource)) {
response.sendError
(HttpServletResponse.SC_NOT_FOUND,
"Unable to find resource " + resource + " for component "