Thank you guys for the hint, I used this article to set up a proper Exception handling : http://cleancodematters.wordpress.com/2011/05/29/improved-exceptionhandling-with-gwts-requestfactory/
I have found that the Property "destTransactionId" was Null. GWT need to handle Exceptions well Out of the Box. For a beginner it's really difficult. On Sep 15, 10:54 am, Thomas Broyer <[email protected]> wrote: > Put a breakpoint in > com.google.web.bindery.requestfactory.server.DefaultExceptionHandler, or > provide your own ExceptionHandler to the RequestFactoryServlet to log the > exceptions (with their stacktrace). -- 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.
