I was developing a GWT application with Eclipse and ran into a client-
server communication issue. I had a class that extended
java.util.EnumMap (to make it Serializable by specifying the Enum to
use), and while the serialization process itself worked fine, GWT was
throwing IncompatibleRemoteServiceException ("This application is out
of date, please click the refresh button on your browser.") I finally
reimplemented the class to mimic EnumMap, and the issue went away.So: If you are getting this message, check if you are extending a Java lib class. It might be the problem. (Eclipse 3.4 x64 on Ubuntu Intrepid Ibex x64, GWT 1.6.4 plugin, ia32 Sun Java libs) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
