部署在 glassfish 中的 ejb 的 persistence.xml
伙计们,
我正在尝试在耳根部署一个带有 ejb 的耳朵。 ejb 有一个 persistence.xml 文件,其中标记必须是 Glassfish 域库中的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该路径应该是 JAR 的绝对路径(不推荐),或者是 EAR 部署文件中 JAR 的简单文件名。因此,假设您有一个包含“ejbs.jar”、“jpa.jar”和“myjar.jar”jar 的 EAR,jpa.jar 中的
标记代表 myjar。罐子应该是: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: