首页 > 编程语言 > 详细

Caused by: java.lang.ClassNotFoundException: javax.persistence.EntityListeners

时间:2016-05-28 12:49:16      阅读:131      评论:0      收藏:0      [点我收藏+]

Answer: This seems to be caused by Hibernate 3.6. It is now dependent on JPA, so it must have a JPA jar in the class path as well. You can find one in the Hibernate 3.6 distro: hibernate-distribution-3.6.0.Final/lib/jpa/hibernate-jpa-2.0-api-1.0.0.Final.jar

Caused by: java.lang.ClassNotFoundException: javax.persistence.EntityListeners

原文:http://www.cnblogs.com/toSeeMyDream/p/5537107.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!