Note, to deploy dependent jars you will want to place they at the ROOT of your EAR file.
So:
| EAR.ear
| -->ejb-jar.jar
| -->andromeda.jar
|
Note, *all* depenedent jars should be in the module. Also, the MANIFEST.MF of your
ejb-jar.jar file needs to be updated with the following attribute:
Class-Path: andromeda.jar jar2.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987687#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...