JPA Glassfish Database Update Issue

后端 未结 6 1123
半阙折子戏
半阙折子戏 2020-12-28 20:29

I have an application deployed on Glassfish v3.0.1 which reads events from a table in my database. Once ready it marks them as processed. I am getting a strange error I can\

6条回答
  •  天命终不由人
    2020-12-28 20:55

    I had the same issue. I'm not using any kind of access control on the service but on one instance of glassfish everything worked fine, on another, I got this error but only on some methods. I added @PermitAll and redeployed the service and everything started working.

提交回复
热议问题