I have a call to RequestContext.create that is failing, and I can't figure out why. The error message that I'm getting indicates that the interface that I am passing to .create is not an EntityProxy:
edu.hope.cs.surveys.dao.ISurveyResponseHeader is not an EntityProxy type However, I've verified that ISurveyResponseHeader extends EntityProxy, and that it is annotated with an appropriate ProxyFor annotation. I've tried debugging, but the call actually fails in the implementation of my RequestFactory, which appears to be generated code and therefore it doesn't seem to be possible for me to see what's happening. Does anyone know what other conditions besides the ones that I've checked might cause this to happen? Thanks in advance, Ryan -- 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.
