ObjectReference containerRef = new ApplicationScopeObjectReference(context, APPLICATION_CONTAINER);
containerBuilder.buildContainer(containerRef, new SimpleReference(), context, false);
} catch (Exception e) {
// Not all servlet containers print the nested exception. Do it here.
event.getServletContext().log(e.getMessage(), e);
throw new PicoCompositionException(e);
}
}