Kim Daugaard wrote:
Hi,
I was a little to fast stating, that the cmd line tool was working OK.
I can add, list and delete collections, but I cannot add documents to the database:
...
Exception in thread "main" java.lang.NoSuchMethodError
at org.apache.xindice.tools.command.StringSerializer.startElement(StringSerializer.java:244)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
"Endorsed Libs Problem"
It can be fixed by either:
(a) Altering JDK to use latest xerces/xalan/xml-api (shipped with xindice)
(b) Specifing -Djava.endorsed.dirs=<directory with xerces/xalan/xml-api> parameter when launching java
(c) Updating to 1.1b4-dev (this change is already done there)
Vadim
