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 attach

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 outsi

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

2021-01-07 Thread Mark Nuttall
Sincerely, > > Jeremy Cox > Software Engineer > Universal Gateway at Progeny Systems > > Urgent contact: Text 859.322.3214 > Emailjeremy@progeny.net > > > -Original Message- > From: Jared Whiklo [mailto:jwhi...@gmail.com] > Sent: Thursday, January 7

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 recognize

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

2021-01-07 Thread Mikael Andersson Wigander
t; Sent: Thursday, January 7, 2021 9:36 AM > > To: users@camel.apache.org > > Subject: 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 unl

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

2021-01-07 Thread Cox, Jeremy
, January 7, 2021 9:36 AM To: users@camel.apache.org Subject: 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 recognize the sender and know

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

2021-01-07 Thread Claus Ibsen
Hi Since you use the quartz component, you need to add the camel starter component for it https://camel.apache.org/components/latest/quartz-component.html#_spring_boot_auto_configuration On Thu, Jan 7, 2021 at 3:09 PM Cox, Jeremy wrote: > > I am trying to port a project from Spring/Camel 2 to

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

2021-01-07 Thread Mikael Andersson Wigander
Tried adding quartz as an dependency org.apache.camel.springboot camel-quartz-starter x.x.x /M ‐‐‐ Original Message ‐‐‐ On Thursday, January 7th, 2021 at 15:09, Cox, Jeremy wrote: > I am trying to port a project from Spring/Camel 2 to Spring Boot / Camel 3. > The

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

2021-01-07 Thread Jared Whiklo
Hey Jeremy, I just did something similar and while I'm not done I've learned some things. I would guess you need to add the application property defined here to keep your routes running.

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

2021-01-07 Thread Cox, Jeremy
I am trying to port a project from Spring/Camel 2 to Spring Boot / Camel 3. The routes won't start. I've tried everything I can think of/ find on google search. 1. I went to start.spring.io and generated a project template. I commented out the dependencies I am not using yet: jpa,