问答详情
源自:5-4 添加事务管理-Spring整合Hibernate

求帮忙看看

org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is java.lang.NoSuchMethodError: org.hibernate.SessionFactory.openSession()Lorg/hibernate/classic/Session;

提问者:慕粉1859571126 2017-05-28 21:38

个回答

  • 刘逸尘
    2017-06-13 14:59:27
    已采纳

    1.看看 用户名/密码是否正确 
    2.数据库是否启动 
    3.看看spring的数据库、事务等配置文件

  • 慕田峪1554060
    2017-07-10 15:30:11

    没有打开hibernate的事务 看看数据库的连接是不是有问题