首页 > 编程语言 > 详细

Could not commit JPA transaction; nested exception is javax.persistence.RollbackException

时间:2015-10-19 19:24:20      阅读:8150      评论:0      收藏:0      [点我收藏+]

Could not commit JPA transaction; nested exception is javax.persistence.RollbackException

原因:同一service方法里多次save导致,save过一次,事务已经提交了,如果再次save,则事务已经变为回滚状态,已经不能再次提交事务了。

Could not commit JPA transaction; nested exception is javax.persistence.RollbackException

原文:http://www.cnblogs.com/yushouling/p/4892697.html

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