-
Jan 16th, 2007, 06:50 PM
#1
Newbie: Quartz Cron Trigger: Changing parameters to CronTrigger
Hi,
I have a requirement to auto compute parameters (start date and end date) between executions. could some one please help me out on how to achieve this?
Thanks in advance,
Essarkay
-
Jan 17th, 2007, 02:57 AM
#2
It would be useful to know how you are trying to do this. Are you expecting to do this in XML or programmatically? So you want to get a CronTrigger and set the start and end date. Why can't you just create a trigger and schedule it, exactly what you normally do in Quartz.
http://www.opensymphony.com/quartz/w...alLesson3.html
-
Jan 17th, 2007, 04:02 PM
#3
I'm sorry Essarkay, I deleted the private message you sent by accident. If you repost your answer, I'll try to help!
-
Jan 17th, 2007, 04:09 PM
#4
Hi karldmoore,
I have a Cron Trigger bean(org.springframework.scheduling.quartz.CronTri ggerBean) ,which will be configured on a weekly basis.
This cron trigger should take start date and end date parameters(basically the last 7 calendar days when the job is going to run).
I would like to know how can i compute the date and update the job data map?
Could you please help me out?
Thanks,
Essarkay
-
Jan 17th, 2007, 04:38 PM
#5
Ok, I'm getting confused. There are two threads talking about the same thing. Lets forget this one........ care it on here.
http://forum.springframework.org/showthread.php?t=33755
-
Apr 15th, 2013, 04:46 PM
#6
Hi,
i have a problem for m y quartz:
My job run once / day at 5am after the factor job.
i used crontrigger like this:
"0 0 5 * * ?" but i dont know how to represente the expression after the factor jab? in the beans or others???
Can you help me please
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules