Re: Installing camel-jsonpath fails with NoClassDefFound error

2020-02-02 Thread Jean-Baptiste Onofré
f 4.2.8. > > While executing > > feature:install camel-jsonpath > > I'm getting an error > > org.osgi.service.blueprint.container.ComponentDefinitionException: > java.lang.NoClassDefFoundError: org/objectweb/asm/commons/AdviceAdapter > > several times. Wit

Installing camel-jsonpath fails with NoClassDefFound error

2020-02-02 Thread Gerald Kallas
Dear community, I'm going to install Camel 3.0.1 within the new Karaf 4.2.8. While executing feature:install camel-jsonpath I'm getting an error org.osgi.service.blueprint.container.ComponentDefinitionException: java.lang.NoClassDefFoundError: org/objectweb/asm/commons/AdviceAdapte

Re: camel-jsonpath to filter classname with path

2017-03-15 Thread Claus Ibsen
ype":"FAMILY"}} > > It is working fine!! > > But class with path is not working , is there any workaround for this. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-jsonpath-to-filter-classname-with-path-tp5795503.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

camel-jsonpath to filter classname with path

2017-03-15 Thread partha006
quot;,"surname":"Smith","type":"FAMILY"}} It is working fine!! But class with path is not working , is there any workaround for this. -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-to-filter-classname-with-path-tp5795503.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-jsonpath in correlationExpression of aggregate EIP

2017-03-14 Thread partha006
$..com.mycompany.app10.Personsadf How to use the jsonpath in correlation expression to aggregate my input and also have to find the "type" based aggregation also. Thank in advance. -- View this message

Re: camel-jsonpath gives error when you add the dependency to the pom file

2016-02-04 Thread Claus Ibsen
See the mvn dependency:tree of camel-jsonpath and you can see its part of json-smart and it should be on the classpath. On Wed, Feb 3, 2016 at 12:31 PM, souciance wrote: > Hello, > > I have added the following dependency to my pom.xml. > > > org.apache.camel >

Component camel-jsonpath gives error after adding to pom file

2016-02-03 Thread souciance
Hello, In a clean Camel project I add the following dependency: org.apache.camel camel-jsonpath 2.16.1 When I run the project I get the below error. If I remove that dependency it

camel-jsonpath gives error when you add the dependency to the pom file

2016-02-03 Thread souciance
Hello, I have added the following dependency to my pom.xml. org.apache.camel camel-jsonpath 2.16.1 Without add any jsonpath code, and just running it afterwards I get the below error. If I remove that dependency and run it everything works. Is there something wrong

Re: camel-jsonpath gives error when you add the dependency to the pom file

2016-02-03 Thread souciance
Note that it seems I had to add: org.ow2.asm asm-commons 5.0.3 runtime in order for this to work. But I am guessing this cannot be the correct way or? -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-gives-error-when-you-add

camel-jsonpath gives error when you add the dependency to the pom file

2016-02-03 Thread souciance
Hello, In a clean Camel project I add the following dependency: org.apache.camel camel-jsonpath 2.16.1 When I run the project I get the below error. If I remove that dependency it works. I have

Re: camel jsonpath

2014-04-03 Thread Willem Jiang
Here is an example that you can take a look, the jsonpath should work in camel-2.13.0. https://github.com/apache/camel/blob/master/components/camel-jsonpath/src/test/resources/org/apache/camel/jsonpath/SpringJsonPathCBTTest.xml -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog

Re: camel jsonpath

2014-04-03 Thread Lydie
it does not find json-path in the schema By the way Would you know the response to my other question about xpath. I transformed my json in xml but I have an issue to use xpath -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749756.html Sent from

Re: camel jsonpath

2014-04-03 Thread Willem Jiang
...@completegenomics.com) wrote: > no and it does not work! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749753.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel jsonpath

2014-04-03 Thread Lydie
no and it does not work! -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749753.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel jsonpath

2014-04-03 Thread Willem Jiang
http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749737.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel jsonpath

2014-04-03 Thread Lydie
I am using camel 2.13.0 What else do I need to do? I added the dependencies in the pom file should I add the schema? -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749737.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel jsonpath

2014-04-02 Thread Gnanaguru S
1. May be your jsonpath syntax is wrong, refer here: https://camel.apache.org/jsonpath.html 2. If not possible to use it inside log, then store it in a header using setHeader and call the headername cheers Guru -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath

Re: camel jsonpath

2014-04-02 Thread Willem Jiang
) Twitter: willemjiang Weibo: 姜宁willem On April 3, 2014 at 8:33:37 AM, Willem Jiang (willem.ji...@gmail.com) wrote: > Hi, > > Which version of Camel are you using? > camel-jsonpath was just added since Camel 2.13.0. > > -- > Willem Jiang > > Red Hat, Inc. > Web

Re: camel jsonpath

2014-04-02 Thread Willem Jiang
Hi,  Which version of Camel are you using? camel-jsonpath was just added since Camel 2.13.0. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On April 3, 2014 at 8

Re: camel jsonpath

2014-04-02 Thread Lydie
camel.apache.org/schema/ spring":simple, "http://camel.apache.org/schema/spring":spel, "http://camel.apache.org/schema/spring":sql, "http:// camel.apache.org/schema/spring":tokenize, "http://camel.apache.org/schema/spring":xpath, "http://camel.apache.org/schema/ spring":xquery}' is expected. -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749677.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel jsonpath

2014-04-02 Thread Lydie
was found starting with element 'jsonpath'. Although I put org.apache.camel camel-jsonpath ${camel-version} in my pom.xml file -- View this message in context: http://ca

camel jsonpath

2014-04-02 Thread Lydie
Hello, I am trying to log a message where I need to access Json: I was trying ${headers.RouteConfiguration[targeturl]}" /> where RouteConfigutation is in Json format. Any idea? Thank you Lydie -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-t

Re: camel-jsonpath

2014-03-21 Thread Claus Ibsen
Hi Its there in maven central. http://search.maven.org/#artifactdetails%7Corg.apache.camel%7Ccamel-jsonpath%7C2.13.0%7Cbundle Are you sure you did it correct? On Sat, Mar 22, 2014 at 12:47 AM, Lydie wrote: > Hello, > > I have added camel-jsonpath in my pom.xml file but it com

Re: camel-jsonpath

2014-03-21 Thread Reji Mathews
Try adding following to the POM com.jayway.jsonpath json-path 0.9.1 On 22 Mar 2014 05:17, "Lydie" wrote: > Hello, > > I have added camel-jsonpath in my pom.xml file but it complains of: > "Missing artifact org.apache.camel:camel-jsonpath" > > Should I a

camel-jsonpath

2014-03-21 Thread Lydie
Hello, I have added camel-jsonpath in my pom.xml file but it complains of: "Missing artifact org.apache.camel:camel-jsonpath" Should I add a repository? Thanks, Lydie -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749218.html Sent from