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;
String on = createObjectName(ejbName);
try