cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java

2003-03-03 Thread ceki
ceki2003/03/03 11:02:05 Added: src/java/org/apache/log4j/xml Log4jEntityResolver.java Log: Added missing file. Revision ChangesPath 1.2 +46 -0 jakarta-log4j/src/java/org/apache/log4j/xml/Log4jEntityResolver.java --

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-23 Thread Ceki Gülcü
The fix is just Paul Austin's Log4jEntityResolver patch: http://marc.theaimsgroup.com/?l=log4j-dev&m=103360153828273&w=2 See also: http://marc.theaimsgroup.com/?l=log4j-user&m=103236997401194&w=2 The locking problem was reported last year: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3058

cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java

2002-10-23 Thread ceki
ceki2002/10/23 00:30:53 Modified:src/java/org/apache/log4j/xml Tag: v1_2-branch Log4jEntityResolver.java Log: Further simplified Log4jEntityResolver such that InputStream returned by clazz.getResourceAsStream("/org/apache/log4j/xml/log4j.dtd") is simpl

RE: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-22 Thread Mark Womack
I can try it at home tomorrow. -Mark > -Original Message- > From: Ceki Gülcü [mailto:ceki@;qos.ch] > Sent: Tuesday, October 22, 2002 11:57 AM > To: Log4J Developers List > Subject: Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml > Log4jEntityResolver.java DO

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-22 Thread Jacob Kjome
That completely fixed the problem After doing a Tomcat manager "remove" I was able to delete the log4j.jar where normally the OS would have reported that file as being locked. This was on Win2k, if that makes any difference. Can someone else verify this on Linux or other platforms? Than

Re[2]: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-22 Thread Jacob Kjome
Hello Ceki, I can't test it now, but I'll test it out tonight. Thanks for the quick work on this! Jake Tuesday, October 22, 2002, 1:56:40 PM, you wrote: CG> Could anyone check that the Log4jEntityResolver.java patch solves the CG> log4j.jar locking problem? CG> At 17:44 22.10.2002 +, [EM

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-22 Thread Ceki Gülcü
Could anyone check that the Log4jEntityResolver.java patch solves the log4j.jar locking problem? At 17:44 22.10.2002 +, [EMAIL PROTECTED] wrote: ceki2002/10/22 10:44:54 Modified:src/java/org/apache/log4j/xml Tag: v1_2-branch DOMConfigurator.java Added

cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml Log4jEntityResolver.java DOMConfigurator.java

2002-10-22 Thread ceki
ceki2002/10/22 10:44:54 Modified:src/java/org/apache/log4j/xml Tag: v1_2-branch DOMConfigurator.java Added: src/java/org/apache/log4j/xml Tag: v1_2-branch Log4jEntityResolver.java Log: An apparently successful attempt at sol