Re: xpath filter question

2013-11-16 Thread Raul Kripalani
, 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 correctly and I can print it out if I short-circuit it with a processor that dumps

Re: xpath filter question

2013-11-15 Thread John Dubchak
? 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 that filters an incoming XML from

xpath filter question

2013-11-14 Thread John Dubchak
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

RE: xpath filter question

2013-11-14 Thread Ravindra.Godbole
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

RE: xpath filter question

2013-11-14 Thread Reji Mathews
[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 correctly and I can print it out if I short