5 Replies Latest reply on Mar 31, 2008 5:40 AM by adrian.brock

    EJB dependencies

    georgesberscheid

      Hi,

      I have a resource adapter that has a dependency on a SLSB which is required right when the adapter starts up. The SLSB is packaged in a JAR file within the same EAR as the adapter RAR.
      How can I define that dependency of my adapter on the SLSB? I need JBoss to respect that dependency when determining the deployment order of my components within the EAR.
      Right now, the start() method called right at the beginning of the EAR deployment and the JNDI lookup for the SLSB obviously fails because it hasn't been deployed yet.

      Thanks for your help,
      Georges