Re: Accessign eXist via XMLDB problem

2004-07-08 Thread Luigi Bai
Nick, You can either copy the xmldb-api-***.jar file from cocoon-2.1.4 into cocoon-2.1.5, or download the eXist source and fix org.exist.xmldb.DatabaseImpl to include the following method: public String[] getNames() { return new String[] { dbName }; } I've done both. You can access an xm

Accessign eXist via XMLDB problem

2004-07-07 Thread Nick
Hi everybody, I am trying to employ eXist via XML:DB. One of the requirements is to have eXist as a separate web application, so the option of integrating it into Cocoon is unavailable. As far as I understood it from available documentation for XMLDBTransformer and eXist, eXist driver has to be