You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jimmy Selgen Nielsen <ji...@gmail.com> on 2016/08/26 09:08:03 UTC

Multiple CamelContextConfiguration beans not being called.

Hi.

I’ve been battling this issue for a couple of weeks now, and there’s no apparent end in sight.

I have a project that contains multiple CamelContextConfiguration beans in dependency jars, but only the “first” one is being called.
All config classes are annotated by @Configuration, and each config class has a CamelContextConfiguration @Bean.

If i remove @Configuration from one, the “next” one gets called, but only one gets called.

What am i missing ?

I’m running Apache Camel 2.17.3 and Spring Boot 1.3.6.

/J