DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3888>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3888

WebappClassLoader: Lifecycle error : CL stopped





------- Additional Comments From [EMAIL PROTECTED]  2002-10-20 20:13 -------

Indeed, Mark Womack and I have conversed with Jacob Kjome about log4j.jar being 
locked. Jacob supplied a test case reproducing the problem which I found to be 
somewhat complicated. I would very much like to see a simpler test case to 
address the bug dicovered by Jacob.

As for the problem reported by Carsten Woelk, as far as I can tell,  

public class X {
  private static final X instance = new X();
...
  public static X getInstance() {
    return instance;
  }

is just a classical pattern. What is unsafe with it?

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to