6 Replies Latest reply on Nov 16, 2009 10:15 AM by mwx.dennis

    @Service and the TimerService

      In my @org.jboss.ejb3.annotation.Service bean I noticed that I can do this:

      @Resource
      private SessionContext sessionContext;
      


      but for some reason I cannot do this:

      @Resource
      private TimerService timerService;
      

      The timer service does not get injected.

      Was this constraint introduced on purpose?
      How can I get the TimerService reference?