try {
new HibernateTxFragment() {
protected void txFragment(Session session) throws Exception {
// Process the request.
if (log.isDebugEnabled()) log.debug("Processing request\n" + ProfilerHelper.printCurrentContext());
RequestChainProcessor requestProcessor = (RequestChainProcessor) Factory.lookup("org.jboss.dashboard.ui.controller.requestChain.StartingProcessor");
requestProcessor.doRequestProcessing();
// Ensure GETs URIs are fully processed.
if ("GET".equalsIgnoreCase(request.getMethod())) {
ControllerStatus.lookup().compareConsumedUri();
}