使用 wicket,hibernate.cfg.xml 文件去哪里?

发布于 2024-07-09 03:52:04 字数 170 浏览 8 评论 0原文

我是 Wicket 和 Hibernate 的新手,无法解决“org.hibernate.HibernateException: /hibernate.cfg.xml not found”错误。 我已经将该文件放在每个可以想象的位置,但我仍然卡住了。 该文件到底在哪里和/或者我是否在某处缺少 wicket 文件配置设置?

I'm new to Wicket and Hibernate and can't get past the "org.hibernate.HibernateException: /hibernate.cfg.xml not found" error. I've put that file in every location imagineable but I'm still stuck. Where exactly does that file go and/or am I missing a wicket file config setting somewhere?

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

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

发布评论

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

评论(4

蹲墙角沉默 2024-07-16 03:52:04

确保 hibernate.cfg.xml 文件放置在类路径中。

Ensure hibernate.cfg.xml file placed in classpath.

ま柒月 2024-07-16 03:52:04

如果您刚刚开始使用 Wicket 和 Hibernate,您可能会对 Databinder 工具包感兴趣。

If you're just starting with Wicket and Hibernate, you may be interested in the Databinder toolkit.

趁年轻赶紧闹 2024-07-16 03:52:04

我将 hibernate,cfg.xml 放在应用程序的 /WEB-INF 文件夹中。

I'd place the hibernate,cfg.xml in the /WEB-INF folder of your application.

趁微风不噪 2024-07-16 03:52:04

连接该技术的常见形式是使用 springframework,请查看 http://wicketinaction.com/ 2009/06/wicketspringhibernate-configuration/

以及 springframework 可以帮助您解决延迟加载异常和事务管理

the common form to connect that technologies is with springframework, take a look http://wicketinaction.com/2009/06/wicketspringhibernate-configuration/

and also springframework help you with lazy load exception, and transaction management

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