0 Replies Latest reply on Jun 23, 2005 1:03 PM by deryaoktay

    Deployment Order problem

    deryaoktay

      Hi,

      We have an ear file containing an EJB jar file (a.jar) and a JCA connector file (b.rar) when we deploy this ear file to Jboss 4.0.2 it first deploys jar and then deploys rar, but rar file's start-up code has a dependency to first jar file, it makes a call to a session bean from a.jar, but since its name hasnt been bound to JNDI it fails to call it.

      How can I assure in an ear file that first a.jar is deployed and all beans are bound to JNDI then connector file is deployed and run.

      thanks in advance.

      Mehmet