Trying to get RequestFactory to work but I am getting:
Server Error: Could not initialize class myproject.com.server.domain.EMF
at the line that contains this code:
List<Country> list = em.createQuery("select c from Country c"
).getResultList();
Anyone have any ideas?
--
-Pav
--
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.