Perhaps it is not possible...check http://www.clockwatchers.com/cron_general.html to get some general cron help.
Furthermore, I have the feeling you want this cron to warm up your caches, right? Do you really think this is necessary? I mean, it is only important for the very first time you start the JVM. A restart can be cache persistent when you set your stores to be persistent. So apart from the cron capable of doing it ones at start-up, I really doubt wether you really need this cron Ard > > Hi Ard, > > The solution suggested does not work. In fact the trigger is executed > every sec. I also browsed through the quartz documentation and there > is nothing about executing the trigger only once. Does any know how to > configure the trigger so that it is executed only once. > > Sanket > > On 8/14/06, Ard Schrijvers <[EMAIL PROTECTED]> wrote: > > I think > > > > <cron>0 0 0 0 0 ? 0</cron> > > > > will only run at startup, but you should be able to > > > > 1) test this easily > > 2) find it in quartz documentation > > > > Regards Ard > > > > > > > > Hi > > > > > > I need to execute a pipleline at startup only once. Based on the > > > documentation, I found out that it is possible to do use > s cron job > > > that executes a pipeline using CocoonPipelineCronJob. > > > > > > However how do I have this cron job executed only once. I > need to do > > > some initialization at startup by calling a pipeline. > > > > > > Thanks > > > Sanket > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]