仅运行 JUnit 测试时 Hibernate SessionFactory 创建失败

发布于 2024-10-28 08:43:57 字数 474 浏览 0 评论 0原文

我正在使用 Eclipse 和 Hibernate 开发 J2EE Web 应用程序。 当运行/调试网络应用程序时,我的休眠相关代码工作得很好。 但是,如果我运行 junit 测试来测试一些与 hibernate 相关的代码,则会收到“初始 SessionFactory 创建失败”错误。

具体错误信息如下: 初始SessionFactory创建失败。java.lang.NoSuchMethodError:org.hibernate.persister.collection.OneToManyPersister。(Lorg/hibernate/mapping/Collection;Lorg/hibernate/cache/access/CollectionRegionAccessStrategy;Lorg/hibernate/cfg/Configuration;Lorg/ hibernate/engine/SessionFactoryImplementor;)V

非常感谢任何评论或解决方案!

I'm using Eclipse and Hibernate to develope a J2EE web app.
When running/debugging the web app, my hibernate-related code works just fine.
But if I run a junit test that tests some of my hibernate-related code, I get an "Initial SessionFactory creation failed" error.

The specific error message is as follows:
Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.hibernate.persister.collection.OneToManyPersister.(Lorg/hibernate/mapping/Collection;Lorg/hibernate/cache/access/CollectionRegionAccessStrategy;Lorg/hibernate/cfg/Configuration;Lorg/hibernate/engine/SessionFactoryImplementor;)V

Any comments or solutions are greatly appreciated!

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

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

发布评论

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

评论(1

人生百味 2024-11-04 08:43:57

听起来您正在针对不同版本的 Hibernate 库运行单元测试,而不是针对其进行编译。

Sounds like you are running your unit tests against a different version of the Hibernate library than you are compiling it against.

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