2 Replies Latest reply on Feb 25, 2010 12:34 AM by davsclaus

    Message filter using DSL filter(xpath()) doesn't compile

    louis.naber

      I get "method xpath is undefined " when I attempt to use the message filter as shown in the documentation.

       

      from("jbi:endpoint:http://progress.com/demos/test/messageFilter/endpoint").

        filter(xpath("count(/test:world) = 1")).

        to("jbi:service:http://progress.com/demos/test/trace3");

       

      Is there a special import to use xpath ?