John What is the error? Anything in log? And to which component are u sending the message after removing the processor
Reji [email protected] wrote: >Can you share the sample xml message ? Does it have namespace in it ? >________________________________________ >From: John Dubchak [[email protected]] >Sent: Friday, November 15, 2013 1:42 AM >To: [email protected] >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 the >message. However, removing the processor, I cannot seem to get the >correct xpath expression to match on a particular value: > >from("activemq:cdw.Notifications") > .filter() >.xpath("/parent_node[child_node = 'value of text']") > >Any insight into what I've messed up? > >Thanks, >John > > > > > >This e-mail and any files transmitted with it are for the sole use of the >intended recipient(s) and may contain confidential and privileged information. >If you are not the intended recipient(s), please reply to the sender and >destroy all copies of the original message. Any unauthorized review, use, >disclosure, dissemination, forwarding, printing or copying of this email, >and/or any action taken in reliance on the contents of this e-mail is strictly >prohibited and may be unlawful.
