Hello all, I am using the Camel Scala example which comes with the default camel java archetype I am getting the following error : ERROR Failed delivery for exchangeId: ad7d5070-54a5-4e0d-a6c3-e97c86b5b739. Exhausted after delivery attempt: 1 caught: org.apache.camel.builder.xml.InvalidXPathExpression: Invalid xpath: /person/city='London'. Reason: javax.xml.xpath.XPathExpressionException org.apache.camel.builder.xml.InvalidXPathExpression: Invalid xpath: /person/city='London'. Reason: javax.xml.xpath.XPathExpressionException org.apache.camel.builder.xml.InvalidXPathExpression: Invalid xpath: /person/city='London'. Reason: javax.xml.xpath.XPathExpressionException
I believe it is not the wrong xpath expression. It worked well in the beginning. But then it started to throw errors..What could be the reason ? -- View this message in context: http://camel.465427.n5.nabble.com/XPath-Scala-DSL-Problem-tp2739867p2739867.html Sent from the Camel - Users mailing list archive at Nabble.com.
