Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-349

Conf. Conversion Tool: globalJmxStatistics jmxDomain tag is not converted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • JDG 7.0.0 ER6
    • JDG 7.0.0 ER5
    • Core
    • None

    Description

      While converting the 6.0 configuration xml using conversion tool, the globalJmxStatistics tag's jmxDomain attribute is not available.

      The following xml:

      <infinispan>
          <global>
      
              <globalJmxStatistics enabled="true" jmxDomain="funky_domain" mBeanServerLookup="org.infinispan.jmx.PerThreadMBeanServerLookup"
                  allowDuplicateDomains="true"  cacheManagerName="test">
                      <properties>
                          <property name="a" value="b"/>
                      </properties>
                      </globalJmxStatistics>
      
          </global>
      
      </infinispan>
      

      is converted to:

      <infinispan>
          <jgroups transport="org.infinispan.remoting.transport.jgroups.JGroupsTransport"/>
          <threads/>
          <cache-container name="test" statistics="true">
              <transport/>
              <jmx duplicate-domains="true" mbean-server-lookup="org.infinispan.jmx.PerThreadMBeanServerLookup">
                  <property name="a">
                      b
                  </property>
              </jmx>
          </cache-container></infinispan>
      

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              amanukya@redhat.com Anna Manukyan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: