Re: Spring auto-registration of Components?

2015-01-08 Thread James Green
Sorry, Spring JavaConfig. We've not looked at Spring Boot - I think it was being announced as we started doing stuff with Spring Framework, we/I considered it bleeding edge when we needed stable. Solving the problem of configuring JMS using just a properties file without the need for java code wou

Re: Spring auto-registration of Components?

2015-01-08 Thread Claus Ibsen
Hi Are you talking about spring-boot or spring javaconfig? On Thu, Jan 8, 2015 at 11:58 AM, James Green wrote: > If CamelConfiguration.routes() registers RouteBuilders found in the > application content, is there a reason why CamelConfiguration does not > register Components in the same way? >

Spring auto-registration of Components?

2015-01-08 Thread James Green
If CamelConfiguration.routes() registers RouteBuilders found in the application content, is there a reason why CamelConfiguration does not register Components in the same way? I'm just learning about this stuff so I may be mentally missing some steps :) Really looking to let our ops people config