Tero Nurminen wrote:
Maybe the following "problem" is not straight related to Xindice, but as www.xmldb.org is down and Google's links to Cocoon resources feel a bit distant to me, I post this here.
Every time I run org.xmldb.api.DatabaseManager.registerDatabase(database) outputs "trying to register database" on the Java console. Simply, how can I turn off echoing that?
This string is hardcoded into the version of the XML:DB API which Xindice uses. You can get XML:DB API sources (should be on sourceforge), comment out this string, and re-compile.
Alternatively, you can try and rollback to older version of API - but you'll loose some changes in XML:DB API.
Vadim