Simply add the annotations to the classpath of GWT compiler and it should 
work. They won't compile to JS but the compiler needs them to load you 
client side classes. Also I guess you need everything on classpath that 
your annotations reference.

The real issue you may have is that JPA providers enhance your server JPA 
pojos and that can break serialization (e.g. a java.util.List will become a 
jpa.provider.LazyList after enhancement and GWT does not know LazyList).

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/GwZRCcLHqK0J.
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