> -----Original Message----- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: den 26 februari 2004 12:00 > To: Avalon Developers List > Subject: Re: Release status update, remove dependecy on AvalonLogger > > > On Thursday 26 February 2004 18:39, Leo Sutic wrote: > > > The AvalonLogger class is absent from all commons-logging releases. > > > > I have notified commons-dev about this, and I suggest we cut this > > functionality out of FortressBean in order to just get on with the > > release. > > +1 > > > > Finally, all tests for xmlutil pass except one: > > > > Testcase: testCreateDOMHandler took 0,281 sec > > FAILED > > Wrong namespace uri expected:<http://localhost/test> but was:<null> > > junit.framework.ComparisonFailure: Wrong namespace uri > > expected:<http://localhost/test> but was:<null> > > at > > org.apache.excalibur.xml.dom.test.DefaultDOMHandlerFactoryTestCase. > > testCreateDOMHandler(DefaultDOMHandlerFactoryTestCase.java:63) > > > > > > I have no idea what is causing this - can somebody please check? > > Will try.
Some points that I did figure out: The parser reads the XML correctly - the SAX events being fed to the DOMResult *do* contain namespace information. But there's something in the DOMResult that throws away the NS. Is this a DOM1/DOM2 issue, perhaps? /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
