// Handle the resource
DBBroker broker = null;
try {
broker = pool.get(user);
module.process(broker, new HttpRequestMessage(request, path,
'/' + moduleName), new HttpResponseMessage(response));
} catch (final NotFoundException ex) {
getLog().info(
"Resource " + path + " not found by " + moduleName, ex);