首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

JPA与Spring2.5整合时发生不能创建entityManagerFactory的有关问题解决办法

2013-09-11 
JPA与Spring2.5整合时发生不能创建entityManagerFactory的问题解决方法今天在做jpa与spring整合时,发现个

JPA与Spring2.5整合时发生不能创建entityManagerFactory的问题解决方法
今天在做jpa与spring整合时,发现个异常... 如下

异常内容: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [beans.xml]:: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: No PersistenceProvider specified in EntityManagerFactory configuration, and chosen PersistenceUnitInfo does not specify a provider class name either



解决方法: 在persisitence.xml文件中添加 <provider>org.hibernate.ejb.HibernatePersistence</provider>



次要解决方法:在你的spring配置文件中: Container去掉试试,GOOK LUCK!



<bean id="entityManagerFactory"
  value="ssj" />
</bean>


我的异常网推荐解决方案:org.springframework.beans.factory.BeanCreationException:,http://www.myexception.cn/j2ee/10759.html

热点排行