users@glassfish.java.net

Re: Dynamic redeployment and EJB Timers

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Thu, 29 Jan 2009 09:39:34 -0800

In EJB 3.1 automatic timers will be able to help you to restore all the timers
on redeploy. But because a redeploy is a combination of an undeploy and a
deploy, all the timers are removed on undeploy (they belong to an app and if the
is removed, so are the timers).

Regards,
-marina

glassfish_at_javadesktop.org wrote:
> Is there some easy way to redeploy an application without losing its EJB Timers? The only method I have found that works is a bit cumbersome: shutdown GlassFish, update applications/j2ee-apps by hand, and then restart GlassFish.
>
> I am using GlassFish v2.1-b60e on Linux.
>
> Björn
> [Message sent by forum member 'bjornd' (bjornd)]
>
> http://forums.java.net/jive/thread.jspa?messageID=328929
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>