I haven't had time yet to work through the testGwt stuff with GWT 1.5. Your mileage may vary.
I am planning on revamping it entirely for the new branch I am working on, but haven't gotten around to it yet - http://groups.google.com/group/gwt-maven/browse_thread/thread/69c24518d0daa1e7. I know that gwtTest worked with 1.4.61 (I used it extensively), but haven't worked on it with 1.5. I know that's a lame answer, sorry, but that's the deal (I will get to it, just haven't yet - and that Mojo, while a brilliant concept by Will, has a mess of code in it and works differently than the rest of our mojos - doesn't write a test script, just does it all in house). On Aug 28, 4:39 am, mcarpentier <[EMAIL PROTECTED]> wrote: > Hi, > I'm having some serialization problem with the gwt:testGwt maven > goal : > > com.google.gwt.user.client.rpc.SerializationException: Type > 'org.myapp.domain.user.User' 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 > serialized. > > I had exactly the same trouble with the hosted mode : i fixed it by > copying to /target/tomcat/webapps/ROOT/org.myapp.gwt.ClientApplication > the generated .gwt.rpc file : it looks like it's a known problem. > > But still it doesn't work with testGwt...any idea ? maybe shall i put > the .gwt.rpc file somewhere else ? > > Thanxs > > Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
