On 26 oct, 08:18, Rud <rudmerr...@gmail.com> wrote:
> Working to understand the RequestFactory with the DynaTableRf sample.
> Problem is the @ProxyFor ad @Service annotations all have errors about
> not finding the associated classes, e.g. Address, Person,
> SchoolCalendarService. Error is:
>
> com.google.gwt.sample.dynatablerf.domain.Address can not be found in
> source packages. Check the inheritance chain from your module; it may
> not be inheriting a required module or a module may not be adding its
> source path entries properly.
>
> Suggestions on making this work?

Have you compiled the Java classes (with javac) and ensured they are
in the classpath?

(the error message would be misleading but it could be the cause:
actually not finding the compiled class, not the source)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to