7879808182838485868788
{ transactionManager.begin(); tx = transactionManager.getTransaction(); } TimerImpl txtimer = (TimerImpl) timer; tx.registerSynchronization(txtimer); } catch (Exception e) { throw new EJBException("Cannot register timer with Tx", e);