}
public void testCreateRequiresNewCancelNotSupported() throws Exception
{
InitialContext iniCtx = getInitialContext();
TimerTestHome home = (TimerTestHome) iniCtx.lookup(TimerTestHome.JNDI_NAME);
TimerTest session = home.create();
try
{
int initialTimerCount;
int createdTimerCount;