5 Replies Latest reply on Sep 14, 2006 12:26 AM by kurt_olsen

    Problem with deploy-hasingleton and applications

      deploy-hasingleton is deployed through a -service.xml

      It treats the whole directory structure as a single nested deployment.
      This means that if deploy-hasingleton contains applications
      they will often be attempted to be deployed before their dependent
      service is deployed.

      e.g. put an mdb in deploy-hasingleton, it will fail initially because
      HAJNDI is not in place. It will work 10 seconds later when it is and
      the MDB tries to reconnect.