[jboss-user] [Beginners Corner] - Re: Problems with JBoss to deploy

weston.price@jboss.com do-not-reply at jboss.com
Tue Nov 21 14:13:58 EST 2006


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987687



More information about the jboss-user mailing list