{
logger.log(Level.FINE, "starting the OWB RequestContext");
WebBeansContext webBeansContext = WebBeansContext.currentInstance();
ContextsService contextsService = webBeansContext.getContextsService();
contextsService.startContext(RequestScoped.class, null);
}
public void startSessionScope() throws Exception
{
logger.log(Level.FINE, "starting the OWB SessionContext");