Re: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-08 Thread Mark Nuttall
gmail.com] > Sent: Thursday, January 7, 2021 1:55 PM > To: users@camel.apache.org > Subject: Re: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel > 3.5.0 > > External E-mail --- CAUTION: This email originated from outside Progeny > Systems. Do not click links or open a

RE: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-07 Thread Cox, Jeremy
jeremy@progeny.net -Original Message- From: Mark Nuttall [mailto:mknutt...@gmail.com] Sent: Thursday, January 7, 2021 1:55 PM To: users@camel.apache.org Subject: Re: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0 External E-mail --- CAUTION: This email originated from

Re: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-07 Thread Mark Nuttall
Did you try something simple like a direct route? If that does work and the quartz one doesn't work then it is configured wrong. If neither do, try ensuring the Component is being created. Put a log statement in the configure method. I don't see the package names in your code but if "beans" ar

RE: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-07 Thread Cox, Jeremy
] Sent: Thursday, January 7, 2021 10:18 AM To: users@camel.apache.org Subject: RE: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0 External E-mail --- CAUTION: This email originated from outside Progeny Systems. Do not click links or open attachments unless you recogniz

RE: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-07 Thread Mikael Andersson Wigander
Can you share the class file where you have your main() ? /M ‐‐‐ Original Message ‐‐‐ On Thursday, January 7th, 2021 at 16:01, Cox, Jeremy wrote: > Thank you all for the tips. These are good improvements, but the route still > doesn't start. > > Adding to application.properties > > c

RE: EXTERNAL: Re: Can't get routes to Start in SpringBoot / Camel 3.5.0

2021-01-07 Thread Cox, Jeremy
Thank you all for the tips. These are good improvements, but the route still doesn't start. Adding to application.properties camel.springboot.main-run-controller = true prevents the program from shutting down, but the route still does not start. I also added quartz dependency. I verified t