Eclipse does not recognize content of persistence.xml

前端 未结 27 1797
野趣味
野趣味 2021-01-30 20:44

Im getting the following error in eclipse:

The persistence.xml file does not have recognized content.

My persistence.xml file works great in my application but e

27条回答
  •  遇见更好的自我
    2021-01-30 20:55

    In my case it was the Maven plugin which has a bug that sets "Exclude" to . in the Build path for your resources folder. Removing . solved the issue for me

提交回复
热议问题