}
// do it after the instance deployment
EjbTimerService timerService = beanContext.getEjbTimerService();
if (timerService != null) {
timerService.start();
}
}
public void start(BeanContext beanContext) throws OpenEJBException {
instanceManager.deploy(beanContext);