On Friday, July 27, 2012 4:14:19 AM UTC+2, Aldo wrote: > > Request Factory. GWT 2.3.
This is a known issue then, which has been fixed in 2.4: http://code.google.com/p/google-web-toolkit/issues/detail?id=6193 > Last question I didn't understand correctly, but after analyzing the heap > dump I saw many entities still present in memory. Apparently the entity > manager didn't release them completely, although I'm calling em.close() > every time. > I bet they're referenced from map entries, themselves referenced from the WeakMapping class. This is what I wanted to check with the last question. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/nKVZ-sdc714J. 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-web-toolkit?hl=en.
