this.beanClass = classloader.loadClass(beanClassName);
// We can't type cast the direct container, because we just loaded the beanClass
// so assuming we have an object is a safe bet.
this.beanContainer = new BeanContainer(this);
this.ejbName = ejbName;
// Because interceptors will query back the EJBContainer for annotations
// we must have set beanContainer first and then do the advisor.