factory.type(InjectManager.class);
factory.type(BeanManager.class);
factory.annotation(ModulePrivateLiteral.create());
addBean(factory.singleton(this));
_xmlExtension = new XmlStandardPlugin(this);
addExtension(_xmlExtension);
_extensionManager.createExtension("com.caucho.server.webbeans.ResinStandardPlugin");
if (_classLoader != null && isSetLocal) {