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