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?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265471#4265471

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265471
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to