2 Replies Latest reply on Jan 10, 2013 1:38 PM by javajoy

    Dependency in Ear file

    javajoy

      Gurus:

       

      I have an ear file (Ear2.ear) with a web service client.  Ear1.ear is another ear file that actually has the web service.  On JBoss startup, the client connects to the web service and do some stuff.  But it appears Ear2.ear loads first and since the client can not find the web service JBoss stalls.

       

      How can I make sure Ear1.ear loads before Ear2.ear?

       

      Thanks