0 Replies Latest reply on Dec 1, 2009 4:40 AM by maciekcom

    Jboss 5 mbean dependency management  under jboss 5.1.0

      Hi,

      How mbean dependencies are managed under jboss 5.1.0?

      Lets consider example:

      1. We have three services: A,B,C
      2. Serivce B depends on service A and C.
      3. If create()/start() method is called on service B then create()/start() is also called under A and C?
      4. If stop is called on service A or C then also stop is called on service B?

      Thanks in advance for explanation.