users@glassfish.java.net

Re: how to auto start TimerService EJB?

From: <glassfish_at_javadesktop.org>
Date: Tue, 11 May 2010 10:04:09 PDT

If you're working with 2.1, you're better off putting some code in a servlet or web app ContextListener. This code can call a Session Bean method that checks to see if your timer has already been created, and if not, it can then create it.
[Message sent by forum member 'whartung']

http://forums.java.net/jive/thread.jspa?messageID=469406