I just upgraded to 2.4, and am seeing the following problem when I try to run my server:
SEVERE: Unexpected error java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the XXXXXXXXXXXXXXXXXXXXXXXXXX RequestFactory type at com.google.web.bindery.requestfactory.vm.impl.Deobfuscator$Builder.load(Deobfuscator.java:59) I followed the instructions at http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation to turn on annotation processing in Eclipse and add the requestfactory-apt to it, and I was able to see the annotation processor flag errors between my Request types and my Services. (those errors are now fixed) Is there anything else I need to do in order to convince the deployed web-app that its RequestFactory was validated? Or anything I can look for in the deployed WAR to determine if in fact the validation was run or not? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ze3TX70785EJ. 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.
