org.apache.camel.FailedToCreateRouteException: Failed to create route TestFileWithQuartz_cFile_3: Route(TestFileWithQuartz_cFile_3)[From[file://C:/temp/testsc... because of Failed to resolve endpoint: file://C:/temp/testscheduler?antInclude=*.xml&autoCreate=false&bufferSize=128&flatten=false&move=done&moveFailed=error&noop=false&scheduler=quartz&scheduler.cron=*+*+1-23+%3F+*+* due to: Cannot load org.apache.camel.pollconsumer.quartz.QuartzScheduledPollConsumerScheduler from classpath. Make sure camel-quartz.jar is on the classpath.
I did another test with another component that use the same library in the same route and it works.
In details I configured a cMessagingEndpoint with :
URI : "quartz://myGroup/myTimerName?cron=0+0+1+1+1+?+2099"
Advanced settings --> Camel component : "quartz"
and both locally and on the TAC start without error.
Maybe in the cFile component I should specify the quartz library, but how? Or is there something else to configure?