https://issues.apache.org/bugzilla/show_bug.cgi?id=43867
--- Comment #41 from Dan Armbrust <[EMAIL PROTECTED]> 2008-07-09 14:25:02 PST --- (In reply to comment #40) > > What does "clearing out static fields" amount to? Setting them or null or > something else? Can you please give a short verbal explanation of how the > problem occurs (i.e. a scenario involves 1-2 classes)? > Gili, take a look at this code: http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java Do a search for "if (ENABLE_CLEAR_REFERENCES) {" That 'if' block is what tomcat is doing as it tries to clear references, and inadvertently causes this error. -- 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]
