Hi Claus, I tried by making a QuartzComponent using java config. But this one is not getting detected in my camel-quartz component.
@Bean //@Produce(uri="quartz2://myscheduler2?cron=0+0/2+0+?+*+MON-SAT") public QuartzComponent quartzComponent(){ System.out.println("QuartzComponent.."); QuartzComponent quartz=new QuartzComponent(); //quartz.setPropertiesFile("file:D://quartz.properties"); return quartz; } -- View this message in context: http://camel.465427.n5.nabble.com/camel-quartz2-scheduler-external-quartz-properties-file-tp5793004p5793021.html Sent from the Camel - Users mailing list archive at Nabble.com.