Re: camel-spring-boot-starter can´t starts CamelContext on lastest SpringBoot versions

2018-04-05 Thread Zoran Regvart
Hi Garry, the issue you're describing seems to correlate with a change in the way we approach startup/shutdown of Camel context in Spring (Boot) applications. For context you can read through CAMEL-11261[1] and follow links from there. It seems that you might be performing configuration in an

Re: camel-spring-boot-starter can´t starts CamelContext on lastest SpringBoot versions

2018-04-05 Thread Claus Ibsen
Hi We cannot see your attached debug log file. However I encourage you to take a look at the many camel spring boot examples that are shipped and see how they work, and they are good/best practice. https://github.com/apache/camel/tree/master/examples#examples If its still a problem you may need

camel-spring-boot-starter can´t starts CamelContext on lastest SpringBoot versions

2018-04-03 Thread Garry Dias
Hi guys Just to warn you, *Problem*: CamelContext not started and then RouteBuilder implementations not performed *Facts: **camel-spring-boot-starter:2.19.5* is the last Camel version I could mix with *spring-boot-starter-parent 1.5.10.RELEASE* and see my CamelContext starting*. *It doesn´t