I'm trying to get a Quartz timer up and running. I included camel-quartz-2-2-0.jar and the two .jars camel-core.jar and the commons-collections.jar as stated on this page:
http://camel.apache.org/maven/camel-quartz/dependencies.html from("quartz://report?cron=0+0+6+*+*+?") .to("file://data"); and I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/quartz/SchedulerFactory at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) What am I doing wrong? -- View this message in context: http://old.nabble.com/Quartz-confusion-tp27819970p27819970.html Sent from the Camel - Users mailing list archive at Nabble.com.