torsdagen den 17 juni 2004 12.28 skrev Vadim Gritsenko: > Per Nyfelt wrote: > >Hi Vadim, > > > >What changes are those? Is there things that has been fixed or added that > >could be merged back into the XML:DB api that you can think of? > > Those are XML:DB changes :-) > If you noticed, I'd updated XML:DB API used by Xindice to 20030701 > snapshot: http://cvs.apache.org/viewcvs.cgi/xml-xindice/java/lib/
OK i see. I thought there were other additions/extension outside the current api that you referred to. > > >Btw: > >The XML:DB Project is at http://sourceforge.net/projects/xmldb-org/ > >Api docs can be found at http://xmldb-org.sourceforge.net/xapi/api/ > > Thanks. Can you remove System.out mentioned below? :-) Sure, just did. Best regards, Per > > Vadim > > >Best regards, > >Per > > > >torsdagen den 17 juni 2004 03.33 skrev Vadim Gritsenko: > >>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