Trouble executing quartz scheduler
807588Jan 22 2009 — edited Jan 22 2009Hi All,
I am trying to run this eample http://www.roseindia.net/quartz/quartz-scheduler-tutorial.shtml
When I run the helloSchedule as a java application I get this
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
at org.quartz.JobDetail.<init>(JobDetail.java:85)
at com.aexp.ctrdb.schedule.HelloSchedule.<init>(HelloSchedule.java:14)
at com.aexp.ctrdb.schedule.HelloSchedule.main(HelloSchedule.java:21)
Also how should I instantiate the scheduler from the web application?
Thanks