Thanks for the replies! Setting up logging was easy, and after that it took me a while to figure out that after upgrading to a new GWT version, the gwt-query lib I used was no longer compatible. After upgrading this one as well, my application works again. I'll also take your good advice and exclude those folders from my git repo. Thanks again! Warm regards // Oliver Uvman On Nov 16, 1:45 am, Thomas Broyer <[email protected]> wrote: > Look at your browser's developer tools; there are uncaught exceptions. > Looking at them I can see there's a ClassCastException, but I didn't dig > deeper to try to find which class and where in the code. > > Add a GWT.UncaughtExceptionHandler with some logging. > > Oh, and BTW, do not commit war/WEB-INF/classes, war/WEB-INF/deploy, .gwt et > at.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
