AW: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Florian Posch
users@camel.apache.org Betreff: Re: Camel Spring Boot: Bean initialization skipped in auto-configuration Mind that camel-http / camel-http-starter is deprecated, you should use camel-http4 or something else. On Thu, Oct 12, 2017 at 2:40 PM, Mark Nuttall wrote: > Sorry. I guess my reply was not clear.

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Claus Ibsen
> >> >> >> >> >> Florian Posch // Software Engineer >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> T - >

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Mark Nuttall
>> > >> > >> > >> > >> > >> > >> > >> > >> T - > >> > >> RunningBall Sports Information GmbH > >> M - > >> > >> Plabutscher Straße 63 > >> F - > >> >

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Claus Ibsen
traße 63 >> F - >> >> 8051 Graz >> E florian.po...@performgroup.com >> >> Austria >> Skype rb.fposch >> >> >> >> >> W www.performgroup.com >> >> >> -Ursprüngliche Nachricht- >> Von: Mark Nutt

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Mark Nuttall
> > RunningBall Sports Information GmbH > M - > > Plabutscher Straße 63 > F - > > 8051 Graz > E florian.po...@performgroup.com > > Austria > Skype rb.fposch > > > > > W www.performgroup.com > > > -Ursprüngliche Nachricht- > Von: M

AW: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-12 Thread Florian Posch
W www.performgroup.com -Ursprüngliche Nachricht- Von: Mark Nuttall [mailto:mknutt...@gmail.com] Gesendet: Mittwoch, 11. Oktober 2017 13:45 An: users@camel.apache.org Betreff: Re: Camel Spring Boot: Bean initialization skipped in auto-configuration I looked at stacktrace and your code here. I ag

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-11 Thread Mark Nuttall
I looked at stacktrace and your code here. I agree with the comment about the Map. The same thing can happen with strings. I am not sure what the map does but you might be able to that in Spring properties. If not, either create a class to hold the map and make that class the Bean or provide a name

Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-11 Thread Florian Posch
Hi, I'm using Camel 2.19.3 and Spring Boot 1.5.7 including the corresponding Camel starter for my application and am having some issues with a custom InflightRepository getting set up. It is defined as Spring @Component and should get applied to the context by auto-configuration but the proble