Hi guys! Thanks for all the answers. I just wanted to confirm that problems which I observe are indeed very similar to what danox and Arthur have reported. I'm also using spring framework and I also wanted to keep some part of my code GWT-agnostic (the module is a command line client, so it should be GWT independent). That's why I wanted to switch from IsSerializable to java.io.Serializable. I cannot invest to much time in investigating the Spring issues, so I will probably create my own com.google.gwt.user.client.rpc.IsSerializable marker interface and I will attach it to the command line client module. It's not the cleanest, but the quickest solution.
Anyway it's good to know that Spring is the reason of the problems, not me doing something stupid :) Thanks again for help. Greetings Tomek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
