Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Psychopath XPath 2.0


On 11/09/2013, at 13.08, Asiri Liyana Arachchi wrote:

I've downloaded Psychopath and other dependencies and checked it with using the code provided here [1] for non schema aware processing. It shows two errors 
1) constructor Engine is undefined. 
2)The method parseExpression(String, StaticContextBuilder) is undefined for the type Engine


I'm guessing you've imported the wrong 'Engine' class. You need org.eclipse.wst.xml.xpath2.processor.Engine. it looks like you have com.sun.xml.internal.ws.api.pipe.Engine instead.


Is there a mailing list to get help for psychopath processor issues? 

There is a forum for WTP [1], but with very little XPath2 contents, so I don't watch it regularly. If you post your XPath2 implementation questions  there, please send me a mail to let me know to look there. Or - for more general XPath2 usage questions, you should consider using StackOverflow, there are many helpful souls out there, too.


-Jesper


Back to the top