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

时间:2015-10-19 19:24:20   收藏:0   阅读:8151

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

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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!