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.
> >>
>> >>
>> >> Florian Posch // Software Engineer
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> T -
>
>>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> T -
> >>
> >> RunningBall Sports Information GmbH
> >> M -
> >>
> >> Plabutscher Straße 63
> >> F -
> >>
>
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
>
> 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
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
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
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