I have updated my GWT 1.7.1 to 2.0 the past week and I found myself in a new issue. When I am running development mode, I got the following errors:
15:30:16,171 ERROR [[/activa]] serviceImpl: ERROR: The serialization policy file '/activ8/A1BA880388289FA4FFF6A08E96127310.gwt.rpc' was not found; did you forge t to include it in this deployment? 15:30:16,171 ERROR [[/activa]] serviceImpl: WARNING: Failed to get the Serializa tionPolicy 'A1BA880388289FA4FFF6A08E96127310' for module 'http:// localhost:8080/ activa/activ8/'; a legacy, 1.3.3 compatible, serialization policy will be used. You may experience SerializationExceptions as a result. The problem is that I do have the RPC file, but the name is different (i.e. AA01D82F0F4AD57CFCF03AE28993CD28.gwt.rpc). When passing from 1.7.1 to 2.0 I did the following: * Remove Javascript output and re-compile * Update the gwt-servlet in WEB-INF Strange behaivor is that sometimes I refresh and it find the serialization policy, and sometimes is not finding it. All my classes implements Serializable and have empty constructor. I have read that adding IsSerializable is solving the problem, but I am reading my data classes from a Jar deployed from another project. I am using GWT 2.0, Eclipse 3.4, JBoss 5.0, Java 5, my application is deployed within an EAR, with Java Beans and the War inside the Ear. Regards -- 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.
