0 Replies Latest reply on Apr 11, 2003 3:13 AM by stephanenicoll

    Deploiement of two JARs

      Hello,

      I have two jars containing EJBs. One of the two (let's say framework.jar) is used byt the other (app.jar).

      I would like framewor.jar to be deployed BEFORE app.jar, otherwise it fails of course. Is there any way to specify the order of deployment or a dependency between two deployemnt units

      I am using JBoss 3.0.6 and Xdoclet

      Thanks