All web services were returning json but not in a way that is treated as jsonp for the GWT client. Once that was fixed no more timeouts occurred for future requests. However there is now a bizarre issue where the ArrayList that was populated in the defined onSuccess method (for the AsyncCallback object) is now empty outside of the method definition. How can that happen when no items have been removed from the ArrayList? The ArrayList was defined outside of the object.
On May 13, 5:34 pm, "A. Stevko" <andy.ste...@gmail.com> wrote: > Can you at least see the size of the response like in an apache log file? > Try using FireBug's Net Panel to see the request/response size/duration. > > > -- 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.