-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.3 SP1
-
None
If a bean fails to implement the required javax.ejb.TimedObject interface and registers a timer, this ends up failing with a non-descript NPE due to the fact that the ejbTimeout method cannot be located. This should be failing as soon as the bean calls the EJBContext.getTimerService method.