Hi All,
Happy New Year,
I've worked on creating few CXFRS patches, Willem has helped with
applying one of them (thanks).
I'd like to ask Willem or someone else who has some experience with
CXFRS to review and apply two more patches (sometime next week would be
great).
The patch at [1] fix
Hi,
If you look into the XPathBuilder in camel (actually the doInEvaluateAs()
method), you see that the data that the evaluated with the XPath expression (a
header or the body) is first converted into a data type defined in the
documentType attribute of the XPath builder. Afterwards the express
Hi Claus,
I have opened CAMEL-8250 for this extension of camel-saxon and attached a patch
for it.
The converter can convert NodeInfo data of type DOCUMENT and ELEMENT to
Document, all NodeInfo elements to Node or DOMSource, List to
NodeList and has a fallback converter that can convert NodeInf