Hello! I have got a really strange issue. When I run my application I get server-side errors like:
java.lang.NoSuchMethodError: ru.aml.client.database.Row.set(Ljava/lang/ String;Ljava/lang/String;Ljava/lang/Object;)V ... com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the ref resh button on your browser. ... The method set(String, String, Object) exists of cause and I have been using it for a few months on the server-side. Eclipse shows no errors. There is also no other Row classes. And the really weird thing: When I rename class Row for example to Row2 everythning is OK (!) I also removed all older gwt-servlet.jar but it doesn't help. I have another project which has the similar server-side code and it works allright without renaming. What can it be? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
