将Spring2.5.6版本迁移到Spring4.1.4时遇到问题

时间:2015-05-15 22:37:31

标签: java spring maven migration

您好我们正在将基于spring2.5.6版本构建的spring web应用程序升级到spring 4.x.当我在POM.XML中指定该版本时,我正在尝试使用spring4.1.4。它开始抛出错误。我面临的AbstractTransactionSpringContextTests与此类相关的严重问题之一,此类在spring3.0版本中已弃用。我们正在使用这个类进行集成测试。 我需要遵循什么方法来解决这个问题。

AbstractTransactionalSpringContextTests类在spring3.0中进行了描述。许多类继承了上面的类。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project xxxx: Compilation failure: Compilation failure:
[ERROR] \Users\RB35168\IdeaProjects\RZMMigration\xxx\RollbackableSpringContextTest.java:[7,31] error: cannot find symbol

public abstract class RollbackableSpringContextTest extends AbstractTransactionalSpringContextTests {

0 个答案:

没有答案