1 Reply Latest reply on Aug 10, 2012 4:05 PM by chatura

    Deployment archive ordering

    hanys

      Hello,

       

      I have one small question:

      I have an application(Application 1) (.jar archive) which has some EJB session beans.

      Then I have another application(Application 2) which uses JBoss ESB (.esb archive) which calls session beans of (Application 1) through EJBProcessor.

       

      Because EJBProcessor in its initialization needs running instance of Application 1's session beans I need to guarantee a deployment order of Application 1 and Application 2.

      So application 1 is deployed before an application 2.

      How to do that?

       

      BR,

      John