4 Replies Latest reply on Feb 4, 2005 4:56 AM by sabinin

    How can I specify deployment order of different ejb3 files?

    sabinin

      How can I specify deployment order of different ejb3 files? For example, I need files b.ejb3 and c.ejb3 to be deployed after a.ejb3 was deployed.
      Second part of question:
      I deploy ejb3 files via hot-deploy, then shut down JBoss server and start up server again. How can I make my ejb3 files to start after all other JBoss services started, not before?