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. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980535#3980535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980535 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
