1 Reply Latest reply on Sep 27, 2003 8:05 AM by juha

    Changing Partition Name

      I would like to change the partition name from DefaultPartition to
      DefaultPartition1 on 3.2.1.

      I am following the instructions on Clustering
      from the JBOSS Documentation on page 28 (4th Edition).

      Can anybody give me any insight on doing this?

      Is the tag that it refers to in cluster-service.xml the only tag that needs to be changed?

      cluster-service.xml:
      -------------------------------------------


      jboss:service=DefaultPartition1


      DefaultPartition1

      ...

      ----------------
      14:09:17,031 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean op
      ration 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss:service=HAJNDI
      state: CONFIGURED
      I Depend On: jboss:service=DefaultPartition1

      Depends On Me: ]
      --------------------------------------------------




      John


        • 1. Re: Changing Partition Name

          If you change the object name in the tag then you also need to change the object name of the ClusterSerivce MBean.

          If you *only* change the name of the partition (and not the names of the MBeans or the tags) then it should work (although you end up with inconsistent naming of MBeans to partitions).

          -- Juha