-
Jan 8th, 2008, 10:03 AM
#1
CronTrigger Bean Expression Problems
The following is only running at 6 AM on Sundays as opposed to everyday.
<bean id="documentNotificationTrigger" class="org.springframework.scheduling.quartz.CronT riggerBean">
<property name="jobDetail" ref="documentNotificationJob" />
<!-- run at 6 in the morning -->
<property name="cronExpression" value="0 0 6 * * ?" />
</bean>
Anyone see the problem?
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