Sylvain Wallez wrote:
I noticed that some
samples (that use Xindice) are broken even in the official 2.1.8.
xpath query samples are broken due to incompatible change in the xalan api, as
you can see from:
08:35:49.035 WARN!! Error for
/samples/blocks/xmldb/db/cocoon/samples.xml?xpath=/samples/group
java.lang.NoSuchMethodError:
org.apache.xpath.compiler.Compiler.<init>(Ljavax/xml/transform/ErrorListener;Ljavax/xml/tra
nsform/SourceLocator;)V
at
org.apache.xindice.core.query.XPathQueryResolver$XPathQuery.<init>(XPathQueryResolver.java:163)
xindice trunk has a work around for this incompatiblity.
Vadim