javax.persistence.PersistenceException: Invalid persistence.xml

后端 未结 4 1780
暗喜
暗喜 2021-01-14 17:22

I\'m working on project with Servlet,JPA,EJB and JBoss in eclipse. As you can see in the title of my topic I have an error on my persistence.xml file but I don\'t know whi

4条回答
  •  花落未央
    2021-01-14 17:47

    This error means the version of Hibernate that you're using doesn't support version="2.1" in persistence.xml. Change the version to 2.0 (and update the xsi:schemaLocation for clarity).

提交回复
热议问题