This is the code that I have in the beans that are creating the timers.
getSessionContext().getTimerService().createTimer(intervalDuration, intervalDuration,
divisionKeys);
The getSessionContext() is an inherited method from the base class that declares a private
field:
@Resource(name = "ses_context_ref")
private SessionContext sessionContext;
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208571#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...