Hello,
I'm using Quartz 1.3.3 and found a problem (ClassCastException).
In AnnualCalendar.java, at line 95, there is this statement:
Collections.sort(excludeDays);
But it's expected that excludeDays holds java.util.Calendar instances. Java throws a ClassCastException because java.util.Calendar doesn't implement java.lang.Comparable.
Is this a real bug or I'm doing something wrong?.
2004-04-14 18:05:05 UTC in Quartz Enterprise Job Scheduler