Can someone add the following code to RPC.isExpectedException(Method
serviceIntfMethod, Throwable cause) at the very beginning......

if(cause instanceof RuntimeException && cause instanceof
IsSerializable)
   return true;

Can someone fix this?  I can't throw a RuntimeException as this code
prevents it!!!!  It turns it into a StatusCodeException with
exc.getCause returning null.  My Exception implements IsSerializable
so I think it should be allowable but GWT code does not allow it :(.
This is a quick bug fix.  Where can I post it to get it into the next
release?

thanks,
Dean




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to