users@glassfish.java.net

Re: How to stop EJB timers being deleted upon app undeployment

From: <forums_at_java.net>
Date: Thu, 13 Oct 2011 01:17:25 -0500 (CDT)

As many pointed out correctly:

  * The timers are tied to your application.
  * Undeploying the application must and will delete the contained timers

The solution is easy:

Create a separate application for your timers. That timer application can
access the main application as any client and do whatever you need.

No hacks, squirks, ...

 


--
[Message sent by forum member 'bebbo']
View Post: http://forums.java.net/node/683364