https://issues.apache.org/bugzilla/show_bug.cgi?id=48034
--- Comment #3 from Curt Arnold <[email protected]> 2009-10-23 07:14:21 UTC --- That message is from the XML parser validating the configuration file against a DTD where the attribute is defined to be an ID or IDREF. That is consistent with the behavior noticed in bug 41487 which was fixed in rev 510723 in 2007. The DTD validation messages are informative only (reporting them as an ERROR overstates the case, they are an XML error, but not an XML fatal error). Configuration actually succeeded at least in the original bug. I've reviewed the current log4j.dtd and there are no longer any ID or IDREF attributes, so I don't see how this could happen unless the DOMConfigurator is using an old DTD. Either, there is an older log4j.jar on the classpath or you specify a DTD that the DOMConfigurator doesn't replace with its internal copy of log4j.dtd. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
