Spring Autowiring stopped working on GAE

后端 未结 3 493
离开以前
离开以前 2020-12-21 22:13

I\'m sure my app worked right until yesterday, when I got this error:

Failed startup of context com.google.apphosting.utils.jetty.RuntimeAppEngineW

3条回答
  •  -上瘾入骨i
    2020-12-21 23:04

    The problem is the @Transactional annotation on the @Service class. It uses javax.naming.NamingException in some part I don't know, and that's not a whitelisted class.

提交回复
热议问题