java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context

前端 未结 4 1285
故里飘歌
故里飘歌 2020-12-31 05:03

I\'m using maven_spring 3.1.M2 + hibernate 3.5. Once I put the line in my applicationcontex xml file, the follwoing error will oc

4条回答
  •  庸人自扰
    2020-12-31 05:47

    I had the same issue, And solution is the Spring jars Now it depends on person to person which spring jar his project is using and actually which one is missing. For me it happened 3-4 times when I created project. Sometime I had all Spring jar but not the Spring.jar Next time Spring Aspect jar was missing. while some other time I had make sure of all but missed security. But I always fixed it by carefully placing the Spring jars. No need to look for any other reason.

    Hope that help and focus on only Spring jars and not others. Happy Coding guys!!

提交回复
热议问题