[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Classloading problems with ClassProxyFactory
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Apr 28 15:48:43 EDT 2008
Maybe it will fix it. :(
When I was analyzing the regular field granularity session replication tests failure shown in my first post, I analyzed the heap and saw that reference chain. So as long as the SoftReference is around, for sure the proxy class won't be released and the tests will fail.
But, Flavia says that in some tests you guys are seeing classloaders not being released even though all that's held are weak references. I see the same thing in the classloader leak test described in the last post. If that happens, and the classloader has a ref to the proxy class, then the problem will still exist.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147346#4147346
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147346
More information about the jboss-dev-forums
mailing list