Hi, I'm new to GWT so I please excuse me for any primitive question...
1. We have our client generated HTML, JS in a separate war file - This war file is served from root context / 2. We have another war file which has server service components - This war file is served from context /bizlogic None of our transfer objects implement IsSerializable, but they do implement Serializable. It was working when both server and client were in the same war, but stops working when they are separated.. I am getting an exception saying Object not serialized for security reasons, since it does not implement IsSerializable. But when I make those objects implement IsSerializable it works perfectly fine. RemoteServiceServlet.java::loadSerializationPolicy() - It looks like module name and context path should match, but that's not the case with us. Is that a problem? any suggestion/advice on how to proceed. Thanks for your time.. -Gopi -- 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.
