Hi Jens, Thank for the replay first!
My queston was more on the part dose this would be compiled if I add the source code for the anottation. For the Lazy classes this is normal. Ill have to use the real lists not the Lazy. But I dont think Ill transfare that big trees of objects. Ill give it a try...so will se what happens..:) B Am Freitag, 19. Oktober 2012 12:15:28 UTC+2 schrieb Jens: > > 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/-/b_Oo8PBrPrgJ. 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.
