What language is jsonpath looking for?

2015-08-25 Thread shuston
I am trying to run the following route. The purpose of this is to look in the body (json) and based on the header's name field, unmarshall to a POJO then continue. If there's a better way to accomplish this (there will need to be more types, of course) I am very happy to hear that too.

RE: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread shuston
ay you have. you seem to have some old version of jayway that is expecting json-smart-1.3.x. 2015-08-24 17:00 GMT+02:00 shuston <[hidden email]>: > This is for Camel 2.15.3 (also had the problem with 2.15.2) > > I am a new Camel user, and trying to use jsonpath. I have in my

RE: NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-25 Thread shuston
rsion of jayway that is expecting json-smart-1.3.x. 2015-08-24 17:00 GMT+02:00 shuston <[hidden email]>: > This is for Camel 2.15.3 (also had the problem with 2.15.2) > > I am a new Camel user, and trying to use jsonpath. I have in my pom.xml: > > >

NoClassDefFoundError: net/minidev/json/parser/ContainerFactory

2015-08-24 Thread shuston
This is for Camel 2.15.3 (also had the problem with 2.15.2) I am a new Camel user, and trying to use jsonpath. I have in my pom.xml: org.apache.camel camel-jsonpath ${camel.version} In my XML config, I have: $.header[?(@.na