1 Reply Latest reply on Dec 4, 2007 3:38 PM by skabeat

    mbean dependency pb with spring http remote invoker

    skabeat

      Hi All,

      I have a spring app deployed as a war. This spring app expose services through http remote invoker.

      I have another app deployed as an ear. This app contains a sar.
      When starting, the sar needs to make a request through the spring http remote invoker mecanism from the spring app.

      When jboss deploys the sar, it blocks because it is waiting for the spring service to be ready on 0.0.0.0:8080.

      How do I configure mbean dependency for the service to start AFTER :
      [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080


      Thanks in advance!

      S.