Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-2113

TimerService is not available at java:comp/TimerService

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • Plugin 1.0.19, EJB3_1 1.0.7, bom-eap5-0.1.2
    • core
    • 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.

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: