}
_singletonScope = new SingletonScope();
_applicationScope = new ApplicationContext();
addContext(new RequestContext());
addContext("com.caucho.server.webbeans.SessionScope");
addContext("com.caucho.server.webbeans.ConversationContext");
addContext("com.caucho.server.webbeans.TransactionScope");
addContext(_applicationScope);
addContext(_singletonScope);