public void testStatelessSessionBeanTimerRetry()
throws Exception
{
log.info("testStatelessSessionBeanTimerRetry(): start");
TimerSLSBHome home = (TimerSLSBHome) getEJBHome(TimerSLSBHome.JNDI_NAME);
TimerSLSB bean = home.create();
// We need to make sure that the next timer interval occurs
// while the retry timeout is STILL running in order to test JBAS-1926
final long retryMs = bean.getRetryTimeoutPeriod();
log.info("testStatelessSessionBeanTimerRetry():GOT RETRY TIME:" + retryMs);