At 09:24 PM 12/10/2004, Niclas Hedhman wrote:
On Saturday 11 December 2004 03:17, Curt Arnold wrote: > > <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"/> > > <configuration xmlns="http://jakarta.apache.org/log4j/"/> > > However, the current DOMConfigurator will only accept the first one.
DOMConfigurator uses the defaults, that is a non-validating, namespace unaware parser. Moreover, it expects to the parser to hand it out an top-most element named 'log4j:configurator'.
Curious; Does that means that it doesn't work with
<logging:configuration xmlns:logging="http://jakarta.apache.org/log4j/"/>
either ??
Nope, it won't work. Shocking isn't it? :-)
Cheers Niclas --
-- Ceki G�lc�
The complete log4j manual: http://qos.ch/log4j/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
