I tried GWT 2.4 RC1 today. My application does compile and run in a browser, but some unit tests don't pass anymore. I get the following Stack Trace:
java.lang.RuntimeException: Did not have deobfuscation data for 2UqELyqusA0NSi_wPI4ZRpQ$hFw= at com.google.web.bindery.requestfactory.vm.InProcessRequestFactory.getTypeFromToken(InProcessRequestFactory.java:118) at com.google.web.bindery.requestfactory.shared.impl.IdFactory.getId(IdFactory.java:198) at com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.getId(AbstractRequestContext.java:738) at com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.processReturnOperations(AbstractRequestContext.java:1155) at [...] It used to work in GWT 2.3. Any ideas on how to fix this? -- 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/-/FEiy-KtWT5MJ. 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.
