miker
neo
Joined: 05/23/2011 06:50:29
Messages: 1
Offline
|
Hello,
in quartz 2.0, there is a new feature where it supports the ability to specify an offset for "last day of month".
But there is a problem in the xml validation. If i put 0 15 10 L-2 * ? in cron expression, the xml validation is not good,
In my xml i have
<job-scheduling-data xmlns="http://www.quartz-scheduler.org/xml/JobSchedulingData"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.quartz-scheduler.org/xml/JobSchedulingData http://www.quartz-scheduler.org/xml/job_scheduling_data_2_0.xsd"
version="2.0">
Is it a bug or i have a problem?
thanks
|