"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
