[jboss-user] [JBoss jBPM] - Re: Timers don't get executed after server crash

alex.guizar@jboss.com do-not-reply at jboss.com
Thu Jun 18 19:59:25 EDT 2009


With the EJB-based scheduler service, timer persistence is the responsibility of the EJB container. jBPM will save Timer objects to the database, but it is up to the EJB timer service to execute them.

Check your EJB timer configuration. In JBoss AS the persistence policy implementation in use handles if and how timers are persisted. By default timers are persisted to an in-memory database, saved when JBoss stops. It may not be able to save in the event of a system crash.

For details on EJB timer configuration refer to the administration and development guide.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238631#4238631

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238631



More information about the jboss-user mailing list