*/
public WebBeansLifeCycle()
{
this.rootManager = new BeanManagerImpl();
this.xmlDeployer = new WebBeansXMLConfigurator();
this.deployer = new WebBeansContainerDeployer(xmlDeployer);
this.jndiService = ServiceLoader.getService(JNDIService.class);
rootManager.setXMLConfigurator(this.xmlDeployer);
ActivityManager.getInstance().setRootActivity(this.rootManager);