Yes, user is my db instance according to my System.xml.
<service class="org.apache.xindice.server.services.XindiceService" name="Xindice">
<root-collection dbroot="./user/" name="user" security="false">
...
</root-collection>
</service>
Kurt Ward wrote:
I think you need to include the database instance in your URI like: xmldb:xindice:///db/user
Kurt
--- Mark Diggory <[EMAIL PROTECTED]> wrote:
I'm trying to create a new Collection using the
XML:DB api. I keep getting a Vendor Error Code 2070 when I try to
establish:
col =
DatabaseManager.getCollection("xmldb:xindice:///user/");
my user db exists and is instantiated, but I can't
seem to get to the root collection (after which I will create a new
collection in the db).
-Mark
__________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
