It appears that unless a proxy interface is reachable via a method in
the RequestContext class, this error will occur.

I suppose this makes sense, since otherwise the object will never come
from the server nor be sent to it.  I just hadn't gotten around to
trying to persist the object, and was hoping to test it without doing
so.

Ryan

On Jun 27, 11:52 am, Ryan McFall <[email protected]> wrote:
> 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.

Reply via email to