this.currentBeanInstance = createNewInstanceOfBean(this.bean, this.creationalContext);
if(this.scopeBeanEventEnable)
{
//we don't have to check the implementation of Serializable - cdi already checked it
this.beanManager.fireEvent(new ScopeBeanEvent((Serializable)this.currentBeanInstance));
}
}