码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2015-10-19 19:26:21      阅读:1178      评论: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!