I get a ClassCastException on some of my RPC only, when the application runs in Chrome and only when it's compiled in (OBF) obfuscated mode.
When I compile it in DETAILED mode, everything works fine. The same RPCs in other browsers also work fine (even in OBF mode). Now I'm quite stuck, because I have no idea where to start searching: * the log files of the backend and the webserver-logs do not show any exceptions/errors when this happens: this is what I excepted, because the exception only occurs in chrome - so it's a client side issue * the only information I have is, what I can see on the Java-Script Console of Chrome - thowable.toString() prints: "java.lang.ClassCastException: null" so, unfortunaltely the class-cast-exception has no message telling me which class it tries to cast or which one is expected any ideas where to look / what to do? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
