You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/24 14:10:47 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4823: Camel quartz job silently removed if io.quarkus.scheduler.Scheduled is in use

jamesnetherton commented on issue #4823:
URL: https://github.com/apache/camel-quarkus/issues/4823#issuecomment-1520235219

   There is some 'smart' logic in `QuarkusQuartzComponent` which I think is executed too late in the Camel lifecycle to be fully effective. Thus the Camel job effectively gets lost when the Quarkus Quartz scheduler is wired into the component.
   
   As a workaround, try disabling autowiring with:
   
   ```
   camel.component.quartz.autowired-enabled=false
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org