mponent are u
>> sending the message after removing the processor
>>
>> Reji
>>
>> ravindra.godb...@cognizant.com wrote:
>>
>> Can you share the sample xml message ? Does it have namespace in it ?
>>>
ing the
message after removing the processor
Reji
ravindra.godb...@cognizant.com wrote:
Can you share the sample xml message ? Does it have namespace in it ?
From: John Dubchak [j...@johndubchak.com]
Sent: Friday, November 15, 2013 1:42 AM
To: use
Getting xpath expression correct can be tricky. You can use some xpath
eval tool to try this to make sure to get the exp correct.
And mind about namespaces, if the xml has namespaces then its even more tricky.
Some details here
http://camel.apache.org/xpath
And then search the web for java xpath
rom: John Dubchak [j...@johndubchak.com]
>Sent: Friday, November 15, 2013 1:42 AM
>To: users@camel.apache.org
>Subject: xpath filter question
>
>Hi,
>
>I am trying to create a JavaDSL route that filters an incoming XML from
>an ActiveMQ queue. The message is being delivered corre
Can you share the sample xml message ? Does it have namespace in it ?
From: John Dubchak [j...@johndubchak.com]
Sent: Friday, November 15, 2013 1:42 AM
To: users@camel.apache.org
Subject: xpath filter question
Hi,
I am trying to create a JavaDSL route
Hi,
I am trying to create a JavaDSL route that filters an incoming XML from
an ActiveMQ queue. The message is being delivered correctly and I can
print it out if I short-circuit it with a processor that dumps the
message. However, removing the processor, I cannot seem to get the
correct xpa