Am 16.01.2002 18:58 Uhr schrieb "Tom Bradford" unter
<[EMAIL PROTECTED]>:

> On Wednesday, January 16, 2002, at 09:53 AM, Carsten Ziegert wrote:
>> Hi all,
>> my Xpath query works fine without any index:
>> After creating an index, no results are found:
> 
> Hi Carsten,
> 
> Please retry your queries using the Xindice tree, and tell me if you
> continue to have the same problem.
> 
> Thanks,
> Tom

Hi Tom,

difficult to say whether the problem remains.
I'm still trying to migrate completely to Xindice but I get an error
when I do a getCollection:

Exception in thread "main" java.lang.NoSuchMethodError
        at 
org.apache.xindice.xml.dom.DOMParser.getSAXParser(DOMParser.java:233)
        at org.apache.xindice.xml.dom.DOMParser.<init>(DOMParser.java:93)
        at 
org.apache.xindice.xml.dom.DOMParser.toDocument(DOMParser.java:197)
        at 
org.apache.xindice.xml.SymbolTableSymbols.<init>(SymbolTableSymbols.java:84)
        at 
org.apache.xindice.xml.SymbolTableSymbols.getInstance(SymbolTableSymbols.jav
a:96)
        at 
org.apache.xindice.client.corba.SymbolDeserializer.<clinit>(SymbolDeserializ
er.java:76)
        at 
org.apache.xindice.client.xmldb.CollectionImpl.<init>(CollectionImpl.java:10
5)
        at 
org.apache.xindice.client.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java
:214)
        at 
org.xmldb.api.DatabaseManager.getCollection(DatabaseManager.java:194)
        at 
org.xmldb.api.DatabaseManager.getCollection(DatabaseManager.java:157)
        at NLP.main(NLP.java:46)


Here's the line of source:
concepts = 
DatabaseManager.getCollection("xmldb:xindice:///db/summit/ontology/concepts"
);


When I use the jars from the old dbXML-1.0b4 distribution I can connect to
the database, but the index error still remains.

-- 
Carsten Ziegert
Fachhochschule Hannover
FB Informations- und Kommunikationswesen
Ricklinger Stadtweg 120
30459 Hannover
++49-511-9296-768
http://summit-bmt.fh-hannover.de



Reply via email to