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

改为

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

 JTA 在jee环境下运行

RESOURCE_LOCAL在jse环境下使用

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2021-12-16
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-01-07
  • 2021-05-18
相关资源
相似解决方案