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

Could not open JPA EntityManager for transaction; nested exception is java.lang.NullPointerException

时间:2014-10-14 19:10:19      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   使用   java   for   sp   div   

1 <persistence-unit name="WebofficeOne" transaction-type="JTA ">

改为

1 <persistence-unit name="WebofficeOne" transaction-type="RESOURCE_LOCAL">

 JTA 在jee环境下运行

RESOURCE_LOCAL在jse环境下使用

Could not open JPA EntityManager for transaction; nested exception is java.lang.NullPointerException

标签:style   blog   color   io   使用   java   for   sp   div   

原文地址:http://www.cnblogs.com/javaleon/p/4024288.html

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