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#4057142

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057142
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to