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
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
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
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.
$..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
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
>
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
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
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
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
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
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
...@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.
>
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.
http://camel.465427.n5.nabble.com/camel-jsonpath-tp5749674p5749737.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
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.
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
)
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
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
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.
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
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
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
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
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
25 matches
Mail list logo