Hi,

In my app, I wanted to use JPA for persisting into the database.
The object I want to persist is pretty complex, and contains other
classes.

I tried to pass the object from the client to the server,
but it seems I can't send classes with @Embeddable annotation.

"An IncompatibleRemoteServiceException was thrown while processing
this call.
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
Invalid type signature for" and the name of the class

Am I missing something, or I have to work around this?

-- 
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.

Reply via email to