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

Conf. Conversion Tool: some tags are enabled in conversion even if they are disabled in 6.0 xml

    XMLWordPrintable

Details

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

    Description

      When the compatibility tag is explicitly disabled in 6.0 configuration xml, it is enabled in the converted one.

      The following xml:

      ...
          <namedCache name="withCompatibilityDisabled">
              <compatibility enabled="false"/>
          </namedCache>
      ...
      

      is converted to:

              <local-cache name="withCompatibilityDisabled" statistics="false">
                  <compatibility/>
              </local-cache>
      

      And, the config.compatibility().enabled() returns true.

      UPDATE:
      This also refers to storeAsBinary tag.
      The async element of the singleFile or store tag is also enabled in the converted XML, even if it is disabled in 6.0 config xml.

      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: