[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2113) TimerService is not available at java:comp/TimerService

jaikiran pai (JIRA) jira-events at lists.jboss.org
Fri Jun 11 05:33:38 EDT 2010


TimerService is not available at java:comp/TimerService
-------------------------------------------------------

                 Key: EJBTHREE-2113
                 URL: https://jira.jboss.org/browse/EJBTHREE-2113
             Project: EJB 3.0
          Issue Type: Bug
          Components: core
    Affects Versions: bom-eap5-0.1.2, EJB3_1 1.0.7, Plugin 1.0.19
            Reporter: jaikiran pai
            Assignee: jaikiran pai
             Fix For: EJB3_1 1.0.8


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list