Re: What does this message means - Error in Generated.....FieldSerializer.java

2011-01-16 Thread Alex Nederlof
I had that error once after renaming one of my modules. I found out both the old and new module where still in my war directory. Try deleting the modules (and other compiled files) and re-compiling GWT. You'll then see which modules are generated and thus which modules are configured correctly.

Re: What does this message means - Error in Generated.....FieldSerializer.java

2011-01-05 Thread Rodrigo Romano
I dont think the problem is in my gwt.xml file. As I said in the topic its compiles after all. Look my Database.gwt.xml file located in the mypackage directoy. module inherits name=com.googlecode.objectify.Objectify/ inhheits name=com.google.gwt.user.User/ source path=database/source

What does this message means - Error in Generated.....FieldSerializer.java

2011-01-04 Thread Rodrigo Romano
Hi, I am trying to gwt compile my modules that are 100% POJO using objectify. And I getting this error message, but it compiles after that. What it means?? [ERROR] Errors in 'generated://C34ED3C084298C31F07B52ABE9478A9C/ mypackage/database/MyClass_FieldSerializer.java' [ERROR]

Re: What does this message means - Error in Generated.....FieldSerializer.java

2011-01-04 Thread Paul Robinson
For every that GWT translates to javascript for use in the client, you must tell GWT where the source code is so that it knows how to translate it. The error message is telling you that mypackage.database.MyClass is in a directory (mypackage/database) that is not amongst the directories that