-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse detects new projects as JPA projects #114
Comments
Oops, wrong project. I've notice GPE doing this in Eclipse. |
Haha no worries. Will blame this on GPE anyway :) |
I think this could be fixed upstream. I've already added some better detection logic for the jpa path when using maven. |
Oh good do you have an eta on release? Or should I update the gwtp templates to include the empty persistence.xml file? |
Might want to try the preview release, I did add a gatekeeper, if the jdo-jpa artifact doesn't get added to the pom.xml, then the jpa/jdo builder is removed and jpa facet turned off. |
Ok just checked and I added an empty persistence.xml file to the gwtp On Mon, May 11, 2015 at 8:23 PM, Brandon Donnelson <notifications@github.com
|
Causes missing persistence.xml errors.
Partial work around:
Create an empty persistence.xml file in src/main/resources/META-INFDelete the persistence.xml file from src/main/java/META-INF
The text was updated successfully, but these errors were encountered: