On Mon, Dec 6, 2010 at 18:39, Andreas Truszkowski <[email protected]> wrote:
> Ok I have changed this. > Now I try to cache the file as a cml file. But again I get an exception > which is not thrown in the developer workbench. Does the release > workbench itself use the XOM or the Jaxen library in a different version > which could explain this error? > > Cheers > Andreas > > java.lang.NoSuchMethodError: org.jaxen.XPathFunctionContext.<init>(Z)V > at nu.xom.JaxenConnector.<clinit>(JaxenConnector.java:45) > at nu.xom.Node.query(Node.java:424) > at org.xmlcml.cml.base.CMLUtil.getQueryNodes(CMLUtil.java:286) Yes, Jaxen is one of the few libraries that unfortunately are in the shared lib/ (but not XOM) : st...@ralph ~/Software/taverna-workbench-2.2.0;ls lib/*jax* lib/jaxen-1.0-FCS.jar Which version are you using? We could potentially upgrade this for Taverna 2.3. As a local workaround - try deleting lib/jaxen-1.0-FCS.jar and replace it with your newer version. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
