Learning RequestFactory but DynaTableRf fails

2010-10-26 Thread Rud
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

Re: Learning RequestFactory but DynaTableRf fails

2010-10-26 Thread Thomas Broyer
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:

Re: Learning RequestFactory but DynaTableRf fails

2010-10-26 Thread Rud
I am using Eclipse Helios with automatic build so I assumed everything is being compiled. But I did a GWT compile which didn't change anything. Then I tried adding source path=domain/ to the gwt.xml and that fixed all but SchoolCalendarService which is in 'server'. Surely don't want to add