The namespace context is set on the XPath object, not the XPathExpression, and it has been reported to work... I have no real idea though. I'd recommend to mimic the xpath expression in a simple test and check it against your xml ...
Cheers, Guillaume Nodet On 4/26/06, Juergen Mayrbaeurl <[EMAIL PROTECTED]> wrote: > > Some results from debugging: > > The implementation class XPathExpressionImpl of the interface > JAXPXPathExpression.xPathExpression, which is doing the xpath expression > evaluation, has a member with the name 'prefixResolver' (and none for the > namespace context) which is null. This seems to be the problem. > > Juergen > -- > View this message in context: > http://www.nabble.com/NamespaceContext-in-XPath-based-content-router-t1512305.html#a4105142 > Sent from the ServiceMix - User forum at Nabble.com. > >
