部署在 glassfish 中的 ejb 的 persistence.xml

发布于 2024-10-08 07:40:12 字数 290 浏览 4 评论 0原文

伙计们,

我正在尝试在耳根部署一个带有 ejb 的耳朵。 ejb 有一个 persistence.xml 文件,其中标记必须是 Glassfish 域库中的 jar 文件。 (我把它放在那里,因为罐子是跨过耳朵使用的)

那么 *****/myjar.jar*****/myjar.jar标签,用于 glassfish 域 lib 目录中的 jar。

谢谢你,

拉詹。

folks,

i am trying to deploy a ear with a ejb in the ear root. the ejb has a persistence.xml file where the tag has to be a jar file in the Glassfish's domain lib. (this i have put it there because the jar is used across ears)

so what exactly should be the content of the <jar-file>*****/myjar.jar</jar-file> tag, for the jar in the glassfish's domain lib directory.

thanks fr yure time,

rajan.

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

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

发布评论

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

评论(1

海夕 2024-10-15 07:40:12

该路径应该是 JAR 的绝对路径(不推荐),或者是 EAR 部署文件中 JAR 的简单文件名。因此,假设您有一个包含“ejbs.jar”、“jpa.jar”和“myjar.jar”jar 的 EAR,jpa.jar 中的 标记代表 myjar。罐子应该是:

<jar-file>myjar.jar</jar-file> 

The path should be either an absolute path to a JAR (not recommended) or the simple file name for a JAR inside the EAR deployment file. So, assuming you have an EAR with the jars "ejbs.jar", "jpa.jar" and "myjar.jar", the <jar-file> tag in jpa.jar for myjar.jar should be:

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