I have a GWT application that makes some server side web service calls to a Spring web service on the same machine (Ubuntu 9.04 and Tomcat 6).
I've spent countless hours trying to get security to allow these calls to go through in my GWT application. Finally, after all of that, I now have gwt rpc serialization errors for types I am not even trying to serialize: SEVERE: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'java.util.PropertyPermission' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized. I had already added a similar class to my gwt.rpc file for a previous error. Why do I have to do this? At this point I I am tempted to just turn off tomcat security. All I want to do is have my GWT application be able to make a server side web service call, which works perfectly on my local Windows XP machine. -- 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.
