@ProxyFor confusing GWT Designer
I am using App Engine 1.5, GWT 2.3 all in Eclipse 3.6.
[ERROR] Line 3: The import com.aviatorlabs.ltl.domain.Hangout cannot be resolved
What seems to be confusing it is that there is an import of domain.Hangout in shared.HangoutProxy which is needed for the @ProxyFor annotation
@ProxyFor(value=Hangout.class, locator=ObjectifyLocator.class)
public interface HangoutProxy extends EntityProxy {
Am I doing something wrong?
Is Designer incompatible with RequestFactory? If so, can I get Designer to ignore certain packages?
Please help.
Thank you,
Victor
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/-/WFJ2REFhVS1nR0lK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home