Try using Class-Path within the EAR manifest like in this example:
| app3.ear:
| META-INF/application.xml
| ejb1_client.jar
| ejb3.jar Class-Path: ejb1_client.jar
| webapp.war Class-Path: ejb1_client.jar
| WEB-INF/web.xml
| WEB-INF/lib/servlet1.jar
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057142#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...