Compiling Error with using JPA GWT

2009-04-16 Thread yyanghhong
Hey I got the following error when using JPA query, which module should I put into GWT compiler class path? Compiling module web.google. [java]Refreshing module from source [java] Validating newly compiled units [java] Removing units with errors [java]

Re: Compiling Error with using JPA GWT

2009-04-16 Thread Salvador Diaz
I think you're trying to use server-side code in the client-side of your application, do you understand how modules are structured and the difference between server-side code and client-side code in GWT ? If not, I suggest you read the GWT Documentation, which explains the whole of it pretty