I would like to use the java equivalent of the <contextScan/> tag to have my camel context discover my @Component annotated SpringRouteBuilder instances.
I am creating my camel context via Spring by extending the CamelConfiguration class and annotating the class with @Configuration. My question - what do I need to do in my CamelConfiguration class to scan for the routes? I found one other post on the topic, but didn't quite understand the response. Do I need to manually scan for the route classes in the routes() method? Or is there a way to retrieve route classes directly from Spring? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/contextScan-in-CamelConfiguration-tp5745004.html Sent from the Camel - Users mailing list archive at Nabble.com.
