This content has been marked as final.
Show 1 reply
-
1. Re: JBoss 4.2.3 Quartz CronTrigger resume on failover
lensaenz Jul 22, 2009 11:17 AM (in response to lensaenz)To solve this issue you need to add a dependency on the barrier controller like this:
@Depends({"jboss.ha:service=HASingletonDeployer,type=Barrier"})
and resume the Job somewhere in the start() lifecycle method of an MDB.