0 Replies Latest reply on Nov 23, 2005 6:42 AM by greywind

    Management EJB and Clustering

    greywind

      I am trying to find out the participants of a cluster in a complient way. So I query the MEJB for all its Servers and JVM's. The problem is that I only ever get the local management beans.

      It seems that the MEJB is not aware of the cluster, although it clearly should be.

      JSR77.3.4
      JVM type
      Identifies a Java VM being utilized by a server. For each Java VM which is running
      threads associated with the J2EE server, it?s containers or it?s resources, there must
      be one managed object that implements the JVM model. A JVM managed object
      must be removed when the Java VM it manages is no longer running.

      What do I need to do to get the MEJB cluster ready?