Is substring supported in camel by the way?
some thing like this 

xpath.compile("substring(string(/*[local-name()='Envelope']/*[local-name()='Header']/*[local-name()='ReplyTo']/*[local-name()='ReferenceParameters']/*[local-name()='ServiceGroupId']/text()),
10)");

Return me an error, saying
org.apache.camel.builder.xml.InvalidXPathExpression: Invalid xpath:

But it is supported in the normal java language. When i use this expression
in my java program, it returns me the 31 digit servicegroup id without the
urn:uurn: term.

Any help could be appropriate.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Performing-Sticky-load-balancing-in-Camel-tp5719170p5719189.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to