From prateek.j.jain at ericsson.com Fri Feb 10 11:27:00 2017 From: prateek.j.jain at ericsson.com (Prateek Jain J) Date: Fri, 10 Feb 2017 16:27:00 +0000 Subject: [jboss-user] Using timers in jboss modules Message-ID: 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