On Tuesday, May 17, 2011 10:52:40 AM UTC+2, Alexander Orlov wrote: > > I know, a pretty obscure RequestFactory related error message.... > > Does anybody know a *small* RequestFactory example which I could use > as a template? The samples/mobilewebapp RequestFactory example I've > found in the trunk cannot be compiled and the explanation provided on > the docs site is not complete. >
Have a look at the DynaTableRf sample. > ####################### > ERROR: Uncaught exception escaped. > com.google.web.bindery.event.shared.UmbrellaException: One or more > exceptions caught, see full set in UmbrellaException#getCauses > Doesn't Jetty outputs the server-side exception that led to this client-side error? A 500 error in RF generally means a bad configuration (including missing ProxyFor/Service annotations, bad types used in proxies and request contexts, or client side methods with no equivalent on the server side classes, or similar missing things). In case you can't find it, set a breakpoint in the RequestFactoryServlet to inspect the exception. -- 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.
