Hello Berin! BL> This configuration will fail if namespace support is enabled for the XML BL> parser. The offending code is:
BL> <log4j:configuration/> BL> To be correct it needs <log4j:configuration xmlns:log4j="...."/> BL> The elipsis needs to be filled in with the appropriate namespace. Right, and as comments in my code say it will fail then. The proper way to do that is to test for both variants in ContextManager. People out there, what is the correct the namespace ????!!! I will patch my code when I know that :-) BL> We might need to stipulate that namespaces cannot be used with the BL> ConfigurationBuilder for log4j. Well, I beleive that unless someone explicitly switches on the namespace handling on the DefaultConfiguration builder and passes a configuration created from it via FortressConfig.setLoggerManagerConfiguration we're safe. - Anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
