Hi All,

There has been a requirement on my project to specify endTime for crontrigger. I'm using spring 3.1 and Quartz 2.0.2.
Although Quartz's native class CrontriggerImpl supports endTime property( which specify what is the last time the trigger should fire). But Spring's CronTriggerFactoryBean does not have any method though which I can specify the end time for a particular trigger. Could anybody suggest if there is any way, by which I can set it?