Re: svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Peter Rossbach
Hey Remy, I have problems with your last ClassLoader changed. When I used following code: protected static final String info = org.objektpark.catalina.session.LogSessionListener/1.1; I got following StackTrace when I shutdown the server: INFO | jvm 1| 2005/11/17 11:57:08 |

Re: svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Remy Maucherat
Peter Rossbach wrote: Hey Remy, I have problems with your last ClassLoader changed. When I used following code: protected static final String info = org.objektpark.catalina.session.LogSessionListener/1.1; Yes, I know, I have more changes (which may include commenting out the thing).

Re: svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-17 Thread Peter Rossbach
Hey Remy, thanks for work at this issue, currently I have comment out the static field handling for my tests. Wait and see ;-) Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, I have problems with your last ClassLoader changed. When I used following code: protected

svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-12 Thread remm
Author: remm Date: Sat Nov 12 09:48:54 2005 New Revision: 332801 URL: http://svn.apache.org/viewcvs?rev=332801view=rev Log: - Add additional experimental measures against apparent garbage collection bugs by setting to null static final fields. Also unregister any JDBC driver. This code is