{
beforeInitApplication(properties);
this.webBeansContext = webBeansContext;
this.beanManager = this.webBeansContext.getBeanManagerImpl();
this.xmlDeployer = new WebBeansXMLConfigurator();
this.deployer = new BeansDeployer(xmlDeployer, this.webBeansContext);
this.jndiService = this.webBeansContext.getService(JNDIService.class);
this.beanManager.setXMLConfigurator(this.xmlDeployer);
this.scannerService = this.webBeansContext.getScannerService();
this.contextsService = this.webBeansContext.getService(ContextsService.class);