Well I have realized that
my camel-context has an issue:
<choice>
<when>
<jsonpath>$.RouteConfiguration[?]</jsonpath>
<log message="**** targeturl DONE" />
</when>
</choice>
Invalid content was found starting with element 'jsonpath'.
Although I put
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jsonpath</artifactId>
<version>${camel-version}</version>
</dependency>
in my pom.xml file
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749676.html
Sent from the Camel - Users mailing list archive at Nabble.com.