Ok, I think I solved the issue. The problem is you cannot use the standard java.lang.Class and java.land.reflect.* classes to use reflection when generating code in GWT. You have to use the TypeOracle, JClassType and derivatives. By using them, the injector class is always up-to-date, without the need of reloading the entire code server.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
