Hi, I’m trying to poll files from sftp server once per day using camel-quartz but it won’t work: Cannot load org.apache.camel.pollconsumer.quartz.QuartzScheduledPollConsumerScheduler from classpath. Make sure camel-quartz.jar is on the classpath.
<from uri="{{backend.uri}}?scheduler=quartz&shceduler.cron=0+0+18+?+*+1-7&…/> Camel 3.11.3, Karaf 4.3.3. I’m using blueprint xml. Camel-quartz itself works fine for a number of scheduled jobs: <from uri="quartz://quartz-job-1?cron=0+0+22+?+*+1-7" /> … Br Jp