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