Re: Camel-ftp / quartz scheduler

2022-04-14 Thread Claus Ibsen
huhtikuuta 2022 klo 14.00 > Vastaanottaja: users@camel.apache.org > Aihe: Re: Camel-ftp / quartz scheduler > You can try the dev:dynamic-import command on the camel-ftp bundle, > as this may open up so it can import any packages to load the quartz. > > On Thu, Apr 14, 2022 at 12

VS: Camel-ftp / quartz scheduler

2022-04-14 Thread Jonipentti Järvinen
org.apache.camel.pollconsumer.quartz;version="[3,4)"” in https://stackoverflow.com/questions/59375621/camel-3-in-osgi-no-load-scheduledpollconsumerscheduler. Br Jp Lähettäjä: Claus Ibsen Päivämäärä: torstaina, 14. huhtikuuta 2022 klo 14.00 Vastaanottaja: users@camel.apache.org Aihe: Re: Camel-ft

Re: Camel-ftp / quartz scheduler

2022-04-14 Thread Claus Ibsen
You can try the dev:dynamic-import command on the camel-ftp bundle, as this may open up so it can import any packages to load the quartz. On Thu, Apr 14, 2022 at 12:48 PM Jonipentti Järvinen wrote: > > Hi, > > I’m trying to poll files from sftp server once per day using camel-quartz but > it wo

Camel-ftp / quartz scheduler

2022-04-14 Thread Jonipentti Järvinen
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. … Br Jp