Re: Executing CocoonPipelineCronJob only once

2006-08-16 Thread Sanket Pattekar
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,

RE: Executing CocoonPipelineCronJob only once

2006-08-16 Thread Ard Schrijvers
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

RE: Executing CocoonPipelineCronJob only once

2006-08-14 Thread Ard Schrijvers
I think cron0 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