I have eclipse 3.6. I am able to create gwt project using gwt plugin. Also, I had created a different jpa project (eclipselink) and successfully run it.
I want a gwt project with jpa facility. However, when I try 'entities from table', I get an error saying it is not a jpa project.
How do I get both gwt and jpa in the same project?