Re: Problem with Spring Boot Camel application

2020-04-02 Thread Alex Dettinger
ng > in the conflict. > > Thanks, > Joe > > -Original Message- > From: Alex Dettinger > Sent: Thursday, April 2, 2020 3:51 AM > To: users@camel.apache.org > Subject: Re: Problem with Spring Boot Camel application > > Hi Joe, > > Maybe versions a

RE: Problem with Spring Boot Camel application

2020-04-02 Thread Gagnon, Joseph - 0553 - MITLL
that was basing my code on, which I had downloaded, built and run, pulled in the older dependencies, resulting in the conflict. Thanks, Joe -Original Message- From: Alex Dettinger Sent: Thursday, April 2, 2020 3:51 AM To: users@camel.apache.org Subject: Re: Problem with Spring Boot

Re: Problem with Spring Boot Camel application

2020-04-02 Thread Alex Dettinger
Hi Joe, Maybe versions alignment, If I'm right mvn dependency:tree would show non aligned version while you should have something like camel 3.1.0 / spring 5.2.3.RELEASE / spring boot 2.2.4.RELEASE. Checking other examples may help in this regard, they should be available here

Problem with Spring Boot Camel application

2020-04-01 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I am still very new to using Apache Camel and am trying to adapt an example provided by someone (https://www.javainuse.com/camel/camel-consume-rest) to essentially do the same thing the original application does, except by using a combination of Spring Boot and Camel with XML route