0 Replies Latest reply on Jan 31, 2007 5:26 AM by abosch

    independent hajndi cluster

    abosch

      hi!

      im trying to setup two different cluster services, one with main cluster (session replication, etc) and the other one with ony HAJNDI clustering.

      the goal is what documentation calls sub-partitions, a feature that is not ready yet and i think will never do for version 3.2.8.

      i got several pair clustered environments and now i want to share their jndi globally to allow clients know where is every class and redirect its petitions.

      i want to create a new file to copy it to existing clusters so they join new jndi partition. i've created an additional file under deploy called clusterjndi-service.xml and configured just two mbeans:

      org.jboss.ha.framework.server.ClusterPartition
      org.jboss.ha.jndi.HANamingService



      do i need to add any other mbean to make this configuration working?

      is there any documentation about this scenario?

      regards