* @throws Exception Unexpected Exception indicating an error
*/
public void testStatefulSessionBeanTimer()
throws Exception
{
TimerSFSBHome lHome = (TimerSFSBHome) getEJBHome(TimerSFSBHome.JNDI_NAME);
TimerSFSB lBean = lHome.create();
try
{
lBean.checkTimerService();
fail("Stateful Session Bean is not allowed to get a Timer Service");
}