Re: equivalent in Spring JavaConfig

2016-02-26 Thread Marcin Zajączkowski
On 2016-02-21 02:13, Marcin Zajączkowski wrote: > Hi, > > Recently I was migrating Camel configuration in one of my Spring-based > projects from XML to JavaConfig. The part that took me a while was the > ability to add routes. I was creating Spring bean(s) of RouteBuilder > with the route(s) defin

equivalent in Spring JavaConfig

2016-02-20 Thread Marcin Zajączkowski
Hi, Recently I was migrating Camel configuration in one of my Spring-based projects from XML to JavaConfig. The part that took me a while was the ability to add routes. I was creating Spring bean(s) of RouteBuilder with the route(s) defined. Unfortunately they were not discovered by Camel and not