[Cc: BobV, rjrjr]

That would explain why our test server regularly becomes unresponsive and 
needs a restart (we shipped our first milestone on Monday for our customer 
to start testing it; I don't think they complained yet, fortunately; it 
hadn't beat us earlier as we test on our CI server which is rebuilt and 
restarted at least once a day)

Looking at the code, ProxyAutoBean's createShim creates a reference cycle 
(the shim references the proxyAutoBean, which keeps a reference on the 
shim). Because the value in the WeakMapping is kept with a strong reference, 
there's always a strong reference to key as well, so the cleanup() never has 
anything to clean.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to