开发者

persistence.xml for ejb deployed in glassfish

开发者 https://www.devze.com 2023-01-31 10:21 出处:网络
folks, i am trying to de开发者_开发问答ploy a ear with a ejb in the ear root. the ejb has a persistence.xml file where thetag has to be a jar file in the Glassfish\'s domain lib.(this i have put it t

folks,

i am trying to de开发者_开发问答ploy 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.


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> 
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号