Not devMode, but in production mode. Each time the user press filter button, a GWT-RPC is called, at first I think this is related to the popuppanel does not release memory.
On Tuesday, September 18, 2012 9:13:18 PM UTC+8, Joseph Lust wrote: > > java.lang.OutofMemoryError: Java heap space > > > Are you referring to an error while running in DevMode? You should not get > a heap space error when running JS code in the client browser. > > You said this is a weblogic error, so you likely have a leak not in your > DevMode/GWT code, but in your backend code that is feeding this panel. > > > > Sincerely, > Joseph > -- 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/-/aMoBRIfQc2sJ. 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.
