22.02.2011 01:07:47
de.oio.gwt.hellorequestfactory.server.backend.entities.POIEntity
SCHWERWIEGEND: There is no findPOIEntity method in type
de.oio.gwt.hellorequestfactory.server.backend.entities.POIEntity that
returns
de.oio.gwt.hellorequestfactory.server.backend.entities.POIEntity
22.02.2011 01:07:47
com.google.gwt.requestfactory.server.ServiceLayerDecorator die
SCHWERWIEGEND: The type de.oio.gwt.hellorequestfactory.shared.POIProxy
did not pass RequestFactory validation
Somehow it is always searching for the static methods in the entity.
The documentation states that there are different method signatures,
depending where I am putting the methods. But the documentation only
lists Entity vs. Locator, so I suppose that I have to use the Locator
ones.
I tried
POIEntity find( Long id)
POIEntity findPOIEntity(Long id)
POIEntity find( Class<? extends POIEntitty> clazz, Long id)
but none of them worked. Since a ServiceBean could be delivering
instances for different Entities, It is my hope that
findPOIEntity(Long id) is the right one.
I am Stuck here, please help.
brgds,
Papick G. Taboada
--
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-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.
No comments:
Post a Comment