hibernate – 在web应用程序中在jpa persistence.xml中引用jar文件的正确路径是什么?

栏目: Hibernate · 发布时间: 6年前

内容简介:以防万一有人绊倒:jar-file-statement只能有效.当持久性单元被部署为企业档案(.ear)的一部分时,在其他情况下(.war),persistence.xml必须驻留在/ META-INF /中,并且不能引用生存在持久单元之外的类(见:代码日志版权声明:翻译自:http://stackoverflow.com/questions/4433341/what-is-the-right-path-to-refer-a-jar-file-in-jpa-persistence-xml-in-a-web

persistence.xml如下所示:

<persistence-unit name="testPU" transaction-type="RESOURCE_LOCAL">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <non-jta-data-source>jdbc/test</non-jta-data-source>
    <jar-file>../../lib/app-services-1.0.jar</jar-file>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
</persistence-unit>

它是一个Web项目,因此部署单元是一个war文件.

我试图引用的jar文件是在WEB-INF / lib /文件夹中,persistence.xml在WEB-INF / classes / META-INF文件夹中.在部署时,它只是告诉我

“WARNING: Unable to find file (ignored): file:…/../lib/app-services-1.0.jar”.

我也尝试了我可以想到的每一个可能的路径,即../lib/app-services-1.0.jar,lib / app-services-1.0.jar.

什么是正确的道路呢?

以防万一有人绊倒:jar-file-statement只能有效.当持久性单元被部署为企业档案(.ear)的一部分时,在其他情况下(.war),persistence.xml必须驻留在/ META-INF /中,并且不能引用生存在持久单元之外的类(见: http://javahowto.blogspot.com/2007/06/where-to-put-persistencexml-in-web-app.html ).所以,据我所知,没有办法让一个persistence.xml生活在WEB-INF / classes / META-INF中,引用不在WEB-INF / classes中的类.

代码日志版权声明:

翻译自:http://stackoverflow.com/questions/4433341/what-is-the-right-path-to-refer-a-jar-file-in-jpa-persistence-xml-in-a-web-app


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Hacking

Hacking

Jon Erickson / No Starch Press / 2008-2-4 / USD 49.95

While other books merely show how to run existing exploits, Hacking: The Art of Exploitation broke ground as the first book to explain how hacking and software exploits work and how readers could deve......一起来看看 《Hacking》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具