ok, I put:

col =
DatabaseManager.getCollection("xmldb:xindice://localhost:4080/db/");

but it isn't run, the problem is the same. The server lunch a XMLDBException with a code error (1,5,400,...) which I don't know the meaning.

Other solution!

Thanks paul



From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: problem with getCollection
Date: Wed, 3 Jul 2002 15:47:55 -0500

In this line:
         col = DatabaseManager.getCollection("xmldb:xindice:///db/");
You are missing an IP address or hostname for the database.

and example:
col = DatabaseManager.getCollection("xmldb:xindice://127.0.0.1/db/"); // localhost connection.




_________________________________________________________________
Charle con sus amigos online usando MSN Messenger: http://messenger.msn.com



Reply via email to