ic.rebind("java:comp/BeanManager", new WebBeansJndiProxy());
} catch (Throwable e) {
log.log(Level.FINEST, e.toString(), e);
}
_singletonScope = new SingletonScope();
_applicationScope = new ApplicationContext();
addContext(new RequestContext());
addContext("com.caucho.server.webbeans.SessionScope");
addContext("com.caucho.server.webbeans.ConversationContext");