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

前端 未结 4 1272
故里飘歌
故里飘歌 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 06:00

    resolve conflict version the spring dependencies in pom.xml , may be in various version change class name or add feature that in other dependencies has incompatibility.

提交回复
热议问题