3 Replies Latest reply on Feb 14, 2004 6:12 AM by pilhuhn

    inter module dependency with depends tag

      I have a J2EE application. Which has a ejb module and web module. This ejb module depends on web module. Can I specify this with depends tag in the jboss.xml.
      I tried with the an depends like this

      jboss.management.local:J2EEApplication=share.ear,J2EEServer=Local,j2eeType=WebModule,name=init.war
      for one of my MDB. However the MDB is never deployed since it does not receive my message?
      Any suggestion?
      Thanks

      jason