Comment #37 on issue 288 by [email protected]:
FinalizableReferenceQueue still leaks
http://code.google.com/p/google-guice/issues/detail?id=288
In Tomcat 6.0.29, it doesn't find my defined class.
Finalizer.class.getClassLoader() is a java.net.URLClassLoader which would
probably only be looking in jar.
I tried Thread.currentThread().getContextClassLoader() which is a
org.apache.catalina.loader.WebappClassLoader and the class is loaded.
I didn't try other class loaders (e.g. Class.forName()).
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.