spring hibernate整合事务管理器bean初始化失败

来源:互联网 发布:打印机接收不到数据 编辑:程序博客网 时间:2024/05/24 02:37

使用spring4.x和hibernate5.x整合,运行测试时出现如下错误:

警告: Exception encountered during context initialization - cancelling refresh attempt:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy

检查了代码和jar包都没错,最后尝试了使用hibernate4,结果成功了

org.springframework.orm.hibernate4.LocalSessionFactoryBean

org.springframework.orm.hibernate4.HibernateTransactionManager

如果根据根据hibernate的版本使用5版本就不行,不知是不是跟spring版本有关?



原创粉丝点击