spring 3.x 出现 no such method 错误的问题

发布于 2024-12-09 09:59:22 字数 192 浏览 0 评论 0原文

您好,我正在使用 spring 框架,在执行基于注释的测试用例时,我收到错误,任何人都可以知道我需要在 pom.xml 中添加哪个 jar 依赖项(maven 工件)文件吗?

org.springframework.transaction.interceptor.TransactionAttribute.getQualifier()没有这样的方法错误

Hi i am using spring framework and while executing annotationbased test case i am getting error can any one have idea about which jar dependancy(maven artifact) file do i need to add in my pom.xml ?

org.springframework.transaction.interceptor.TransactionAttribute.getQualifier() no such method error

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屌丝范 2024-12-16 09:59:22

看起来你有两个不兼容的罐子。

检查:spring-txspring-test 版本相同(3.0.x)。

如果这没有帮助。在 TransactionalTestExecutionListener 处放置一个断点,并检查实现 TransactionAttribute 的 concreate 类是否也是正确的版本。

Looks like you have two incompatible jars.

Check that: spring-tx and spring-test is of the same version (3.0.x).

If this does not help. Place a break point at TransactionalTestExecutionListener and check that the concreate class that implements TransactionAttribute is of correct version too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文