You could try removing imports of your domain classes, and use FQCNs in your annotations (i.e. @ProxyFor(value=com.example.sag.server.application.StoredItem.class, locator=com.example.sag.server.application.StoredItemLocator.class); or switch to ProxyForName/ServiceName as a last resort.
Also, I believe war/WEB-INF/classes should be in in your "gwtc" classpath. -- 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/-/gFO7p1mAUQwJ. 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.
