"A more recent version of this document is supported by this" JPA persistence.xml问题

来源:互联网 发布:惠普打印机网络共享 编辑:程序博客网 时间:2024/06/05 20:42

问题解决处:感谢stackoverflow

http://stackoverflow.com/questions/3701901/eclipse-does-not-recognize-content-of-persistence-xml

Eclipse中操作:

  1. Windows –> Preferences –> Validation
  2. Scroll down to “JPA Validator” and click on the Eclipses under Settings.
  3. Click on the “Add Include Group…” button.
  4. Click on the new Include Group that appeared to highlight it.
  5. Click on the “Add Rule…” button.
  6. A dialog menu pops up. Click the “Folder or file name” radio button and click on “Next”.
  7. Click on “Browse Folder…” and navigate to your src directory (in my case, it was “src/main/resources”) within your project (my project was a .war in a multi module app) in your workspace.
  8. Click on “Finish”.
  9. Click on “OK”. This will prompt a full build.
  10. The error will go away.

Step1-2:注意JPA Validator选中、右键、setting

  • 这里写图片描述

Step3-5:注意选中你添加的Group再Add Rule

  • 这里写图片描述

Step6-7:

  • 这里写图片描述
  • 这里写图片描述
1 0
原创粉丝点击