-
Bug
-
Resolution: Done
-
Major
-
Plugin 1.0.19, EJB3_1 1.0.7, bom-eap5-0.1.2
-
None
Although we allow TimerService to be injected into beans through @Resource, we don't really pull it from the java:comp/TimerService. Infact, java:comp/TimerService is not really bound for any of the EJB types. The injection works because of a special org.jboss.injection.TimerServicePropertyInjector which bypasses the ENC during injection.
TimerServicePropertyInjector will henceforth be deprecated and TimerService injection should henceforth happen through java:comp/TimerService.