Re: Using more than one namespace and calling it in Xpath.

2012-09-11 Thread Claus Ibsen
Hi You can use Camel tracer http://camel.apache.org/tracer On Tue, Sep 11, 2012 at 3:50 PM, balkishore wrote: > Hello > > Thanks a ton for replying. > It worked. > But Is there any tool that could help me trace the routes. > As I am working on a load balncer, I would like to know which of the

Re: Using more than one namespace and calling it in Xpath.

2012-09-11 Thread balkishore
Hello Thanks a ton for replying. It worked. But Is there any tool that could help me trace the routes. As I am working on a load balncer, I would like to know which of the backend servers recieves the request. I have a client which would send request to camel, with the help of jetty and would load

Re: Using more than one namespace and calling it in Xpath.

2012-09-11 Thread Claus Ibsen
Hi I am pretty sure there is a builder for multiple namespaces. Also there is often additonal methods on itself: xpath("bla bla").namespace(ns1).namespace(ns2) etc I dont have my editor open, but look around. It should be doable from Java code. On Tue, Sep 11, 2012 at 3:24 PM, balkishore wrote