Error "No persistence.xml file found in project" in Eclipse.
Aim: Create a new project GWT+App engine+Maven
Steps to create this:
Then I get the above error.
The file exists at scr/META-INF/persistence.xml and also war/WEB-INF/classes/META-INF/persistence.xml But is not being found.
Notes: I installed plugins m2e, m2e-wtp and google eclipse plugin
If you are using eclipse. Try right clicking the Project File -> Build Path -> Configure Build Path
Step 1: Add the folder META-INF to the build path
Step 2: Right click the Project File -> Maven -> Update Project