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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...