Closed GoogleCodeExporter closed 8 years ago
It's not generated properly in enclipse for Typed remote service example: @RemoteServiceDefinition public interface GWTLoaderServiceRemote<T extends IDomainObject<?>> extends RemoteService { PagedResult<List<T>> findAll(String entityClassName, Page page); } Result in eclipse: @LocalServiceDefinition(remoteService = sk.seges.acris.shared.service.GWTLoaderServiceRemote.class) @Generated(value = "sk.seges.corpis.pap.service.hibernate.HibernateServiceInterfaceProcessor") public interface GWTLoaderServiceLocal<DOMAIN_T extends IDomainObject<?>> { PagedResult<List<T>> findAll(String entityClassName, Page page); } --> GWTLoaderServiceLocal<DOMAIN_T ...> vs List<T> (T does not exist)
Original issue reported on code.google.com by nejakyus...@gmail.com on 14 Nov 2011 at 8:50
nejakyus...@gmail.com
Original comment by nejakyus...@gmail.com on 14 Nov 2011 at 8:50
The change for this is done now.
Original comment by nejakyus...@gmail.com on 15 Nov 2011 at 12:33
Original issue reported on code.google.com by
nejakyus...@gmail.com
on 14 Nov 2011 at 8:50