4 Replies Latest reply on Sep 16, 2002 12:54 PM by adrian.brock

    Dependency of a service over a module

    srivatsanp

      Hi,
      How should I specify the dependency of a service over an entire EJB jar?
      I can specify the dependency over a single EJB by giving
      jboss.j2ee:service=EJB,jndiName=x, which works fine.
      Suppose if there are 10 EJBs in my ejb jar, then I need to specify 10 depends elements.
      Also if I have many services dependent over the EJBs then I need to specify the 10 depends element in all the service's jboss-service.xml files.

      Also, how can I specify dependency over an entire EAR?