> so I followed your advice to set up a completely new GWT project in eclipse > without App Engine support (unchecked during creation of the project). When > I linked the classes i need that are not supported by GAE, I did no longer > get an error from Eclipse. So I thought: success. After running the GWT > compiler and deploying the whole thing to Tomcat, the application runs, but > when the non-compliant code is triggered, I get an error message from the > GreetSerciveImpl.class. When commenting these non-compliant lines of code > out, there is no more error.
What is the error? Same one - not supported in GAE? If so, are you sure that class was recompiled after your switch? Are you sure you have no GAE in you lib or builders? Shawn -- 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.
