throws Exception
{
InitialContext iniCtx = new InitialContext();
TimerSessionHome home = (TimerSessionHome) iniCtx.lookup(TimerSessionHome.JNDI_NAME);
TimerSession bean = home.create();
bean.cancelFirstTimer();
context.setRollbackOnly();
}
/**
* @ejb.interface-method view-type="both"