Re: Context Scan with @Configuration and camel-spring-javaconfig

2012-09-28 Thread Willem jiang
Basically, you just need to find out the RouteBuilder classes as you want in Java when you extends the CamelConfiguration class, then you don't need to be bothered by any XML. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com

Context Scan with @Configuration and camel-spring-javaconfig

2012-09-27 Thread Christopher Love
Hi all Quick question about moving from XML to javaconfig. In the past I have used this: http://camel.apache.org/schema/spring";> I see the single route example using SingleRouteCamelConfiguration and I saw CamelConfiguration that comes in camel-spring-javaconfig. How do I do a contextScan