Hi, I'm having an IncompatibleRemoteServiceException very often in development mode. It looks like it raises every time I change my EJB server code, which is in a project referenced by my GWT project.
Error: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Type com.example.MyDTO was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer. For security purposes, this type will not be deserialized. MyDTO implements Serializable, and it is not the EJB code I'm changing. The EJB references this DTO. If I compile my GWT project again, the problem goes away... for a while. This problem is causing a decrease in my productivity as I have to compile and wait a minute every time this problem shows up. Any idea about how to solve this? As a workaround, does anyone know how to disable this security feature while I'm in development mode? Thanks. -- 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.
