开始保存时不能提交数据报错: org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread 然后加@Transactional 注解,保存数据不成功,被回滚了,日志: org.springframework.test.context.transaction.TransactionContext - Rolled back transaction for…
这个是昨天上班的时候,写一个后台程序的调试程序时碰到的问题,和项目经理纠结了一天,最后搞定了.于是今天上班正好闲着,花了几乎一天的时间去网上找各种相关的资料.目前了解的内容如此: 根据使用的weblogic数据库驱动不同,可能会有两种报错: ① Cannot call commit/rollback when using distributed transactions. ② Cannot call Connection.commit/rollback in distribute…