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.17.0. The full project is available on bitbucket[2]. Is this a bug or is there something I'm doing wrong ? [0] http://camel.apache.org/spring-boot.html#SpringBoot-AddingXMLroutes [1] https://bitbucket.org/ullgren/camelspringbootexample/raw/ef6274c60163e4a324a67e07a270a8dde7d68308/startup-error.txt [2] https://bitbucket.org/ullgren/camelspringbootexample