我在 Eclipse 4.3 中设置了一个 Spring 3.2.3 + Hibernate 4 项目。
当我将代码添加<tx:annotation-driven transaction-manager="transactionManager"/>
到我的上下文中时,我开始在每个 bean 中收到以下错误:
Build path is incomplete. Cannot find class file for org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
现在,我将 AspectJ 工具和 Cglib 依赖项添加到我的项目中,并且 JAR 在那里,包括它找不到的类。应用程序正常运行,Spring 正在成功管理会话和事务。
我已经搜索了一个解决方案,但每个答案都说由于缺少 JAR 而发生错误。
有谁知道我缺少什么(不兼容的版本?)或者这是一个 Eclipse 错误?
这是问题的打印屏幕(您将看到的每个错误都是我上面指出的错误)。
提前致谢!