Newer versions have made that more automatic. Unfortunately both JIRA and Wiki appear to be down so I can't get to the actual information I wanted to present.
On Fri, Nov 13, 2009 at 4:26 PM, Marvin Addison <[email protected]>wrote: > I should add that you need to include the trigger in the list of > triggers of the scheduler bean: > > <bean id="scheduler" > class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> > <property name="triggers"> > <list> > <ref local="dailyAuditCleanerTrigger" /> > <ref local="dailyStatsCleanerTrigger" /> > <ref local="periodicTicketRegistryCleanerTrigger" /> > <ref local="periodicServiceRegistryReloaderTrigger" /> > </list> > </property> > </bean> > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
