Hello, 

i have a process with a method signature

public void process(Exchange exchange,@XPath(value=//MyXpath) Object value,
@XPath(value=//MyXpath1)Object value1)

Both the xpath return 1 match when a xml is fed to this processor. I am
expecting the processor to evaluate the xpath and convert to import
net.sf.saxon.dom.DOMNodeList
However it converts it to org.apache.xml.dtm.ref.DTMNodeList.

Is there a way where i can force my processor to convert to a specific type
on xpath evaluation. 
P.S - i am using camel 2.12 and my camel routes also use saxon. 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-process-evaluates-XPath-to-a-DTMNodeList-object-tp5765441.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to