I am creating a GWT based application using Google App Engine for
Java.
I have created a persistent class whose data is to be shown in a
widget using GWT RPC calls.
I run a query on the server side and pass its results as a List of
objects of the persistent class in the *ServiceImpl class on the
server side.
To do that I have imported the class in both *Service class and
*ServiceAsync class. Whenever I try to compile the GWT code the
following error occurs:
[ERROR] Errors in 'file:/C:/.../*Service.java'
[ERROR] Line 15: No source code is available for type (Server
Class) did you forget to inherit a required module?
It seems as if the client side code is unable to import the server
side code. Is there any way to solve this problem?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.