Re: Camel Spring Boot adding XML routes

2016-04-23 Thread Pontus Ullgren
Doh ! Thanks for your quick reply. Pontus Ullgren On Fri, 22 Apr 2016 at 09:59 Luca Burgazzoli wrote: > Looks like the xml definition lacks the from element ;) > --- > Luca Burgazzoli > > > On Thu, Apr 21, 2016 at 10:01 PM, Pontus Ullgren > wrote: > > Hello, > > > > From a project based on th

Re: Camel Spring Boot adding XML routes

2016-04-22 Thread Luca Burgazzoli
Looks like the xml definition lacks the from element ;) --- Luca Burgazzoli On Thu, Apr 21, 2016 at 10:01 PM, Pontus Ullgren wrote: > Hello, > > From a project based on the camel-archetype-spring-boot I'm trying to add > additional routes defined in XML as described in the documentation[0]. > >

Camel Spring Boot adding XML routes

2016-04-21 Thread Pontus Ullgren
Hello, >From a project based on the camel-archetype-spring-boot I'm trying to add additional routes defined in XML as described in the documentation[0]. However when starting the application it fails with a java.util.NoSuchElementException. The full stacktrace can be found here[1]. I use Camel 2