[jboss-user] Using timers in jboss modules

Prateek Jain J prateek.j.jain at ericsson.com
Fri Feb 10 11:27:00 EST 2017


Hi,
I am required to create a timer/schedule service in jboss (JEE6). The issue is, it gets deployed as jboss module. I know that following code works if deployed as EJB
@Schedule(hour="*/1", persistent=false)
but it doesnt work if deployed otherwise. Are there any recommendations or standard ways to create and use timers in jboss modules? I want to avoid core-java way of creating TimerTask.

Regards,
Prateek Jain

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20170210/00bd59f7/attachment-0001.html 


More information about the jboss-user mailing list