Hi, another point is: If I declare my own exception type SystemService, and if I let the method throw this exception in all three implementation files (...Service, ...ServiceAsync, ...ServiceImpl), then I get an "uncaught exception" compiler error at the service invocation point.
But this is not the case in the GreetingService example... What do I have to do that I can invoke the service callback without try/catch? Thanks Magnus -- 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.
