[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars
jaikiran
do-not-reply at jboss.com
Fri May 23 23:55:27 EDT 2008
"gcshields" wrote :
| If I try
| <jar-file>../myCommonStuff.jar</jar-file>
| jboss looks for it inside the myApp.jar file.
|
| If I try
| <jar-file>../../myCommonStuff.jar</jar-file>
| jboss looks for it inside the myApp.jar file, but now it looks for a file called 'yCommonStuff.jar'! (removes first character in filename instead of moving back a directory).
|
| I am running 4.2.2.GA
|
|
By any chance, is your jar file in exploded format (in the form of a directory) instead of a zipped archive? If yes, then the issue might be because of this http://jira.jboss.org/jira/browse/EJBTHREE-1254
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153128#4153128
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153128
More information about the jboss-user
mailing list