Hi Gianugo, I'd like to report a couple of bugs I encountered using Xindice 1.1 from cvs:
1- When calling the method org.xmldb.api.DatabaseManager.getCollection(String uri) with an incorrect uri value, I would expect an XMLDBException to be thrown. Instead the method simply returns null. 2- The method org.xmldb.api.base.Collection.getChildCollection(String name) is supposed to return null if the child collection identified by the parameter "name" doesn't exist (as stated in the XML:DB documentation). In this case the method still returns a "fake" Collection object, so I guess there's something wrong in the implementation class. Both these issues were not present in Xindice 1.0 Best regards, Andrea > -----Original Message----- > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED] > Sent: Friday, 29 November 2002 8:47 AM > To: [email protected] > Subject: Xindice bug-a-thon > > Hi, > > the Xindice dev team is planning to release Xindice 1.1 shortly. In > order to come up with a stable and working release, your help would be > most appreciated: please download from CVS the current version, try it > out and see if you notice bugs. And if you already know of any bugs or > have some other itches, this is probably the best time for you to speak > up. :-) > > Thanks in advance for your support, > > -- > Gianugo Rabellino >
