Re: Spring Boot component is missing CamelSpringBootApplicationController

2015-04-16 Thread Henryk Konsek
.java >> > (again, follow the license). >> > >> > Finally declare a bean of type CamelSpringBootApplicationController, >> like >> > so: >> > >> > @Bean >> > public CamelSpringBootApplicationController >>

Re: Spring Boot component is missing CamelSpringBootApplicationController

2015-04-15 Thread Henryk Konsek
gt; > return new > CamelSpringBootApplicationController(applicationContext, > > camelContext); > > } > > > > Everything should be OK then. > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Sp

Re: Spring Boot component is missing CamelSpringBootApplicationController

2015-04-06 Thread Claus Ibsen
nController(applicationContext, > camelContext); > } > > Everything should be OK then. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spring-Boot-component-is-missing-CamelSpringBootApplicationController-tp5765405p5765406.html >

Spring Boot component is missing CamelSpringBootApplicationController

2015-04-06 Thread ccampo
ot;).to("file:target/output"); } }; } } I would appreciate any help with either of these issues. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Boot-component-is-missing-CamelSpringBootApplicationController-tp5765405.html Sent from

Re: Spring Boot component is missing CamelSpringBootApplicationController

2015-04-06 Thread ccampo
return new CamelSpringBootApplicationController(applicationContext, camelContext); } Everything should be OK then. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Boot-component-is-missing-CamelSpringBootApplicationController-tp5765405p5765406.html Sent from th