4 Replies Latest reply on Oct 24, 2006 5:49 PM by andyd

    deployment question (dependent jar files)

    bjwaski

      I'm having a bit of trouble wrapping my head around the EJB3 deployment process. I see how I can deploy my EJB jar file (ie. myejb.jar) directly into server/default/deploy, but what do I do with jar files that my EJBs depend on (ie myapi.jar)? Do I just put them in server/default/lib? (although I'd definitely prefer not to do that)

      Thanks.