protected void start(BeanContext beanContext) throws OpenEJBException {
   if (beanContext.isLoadOnStartup()) {
     initialize(beanContext);
   }
 }