0 Replies Latest reply on May 5, 2008 12:32 PM by kc7bfi

    How to make a service dependent on a web application

    kc7bfi

      I'm not sure if this is the right forum... I am trying to make one of my JBoss services dependent on a web application. I tried the following in the services configuration file:

      <depends>J2EEApplication=none,J2EEServer=none,WebModule=//localhost/OpenCones,j2eeType=Servlet,name=default</depends>
      


      but I get an error on startup that the object name is invalid and the domain part is missing. Any thoughts on what might be wrong?

      Thanks in advance, David