Hi All, I'm following the example of using Polling Consumer scheduler in https://camel.apache.org/components/latest/quartz-component.html, here is the route
from(file://inbox?scheduler=quartz&scheduler.cron= 0 * * ? * * *<file:///\\inbox?scheduler=quartz&scheduler.cron=%200%20*%20*%20?%20*%20*%20*>).log("it works") it fails with: org.apache.webbeans.portable.events.discovery.ErrorStack.logErrors Failed to create route ... due to: No bean could be found in the registry for: quartz of type: org.apache.camel.spi.ScheduledPollConsumerScheduler camel-core and camel-quartzs are in pom.xml there is also another quartz2 route that starts fine. What I'm missing? The runtime is TomEE 7.0.6 (CDI), Camel 2.25.1 Cheers, Dmitry