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

Conf. Conversion Tool: shutdown tag is not converted properly

XMLWordPrintable

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

      While converting the 6.0 configuraiton xml using the conversion tool, the shutdown element is not present in the converted XML.

      The following xml:

      <infinispan>
          <global>
              <shutdown hookBehavior="REGISTER" />
          </global>
      </infinispan>
      

      is parsed to:

      <infinispan>
          <jgroups transport="org.infinispan.remoting.transport.jgroups.JGroupsTransport"/>
          <threads/>
          <cache-container name="DefaultCacheManager">
              <transport/>
              <jmx/>
          </cache-container></infinispan>
      

      As I can see from the infinispan-8.3 schema, the cache-container tag should contain shutdown-hook="REGISTER" attribute.

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

              Created:
              Updated:
              Resolved: