Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6733

XML Serializer does not serialize attributes for org.infinispan.persistence.cluster.ClusterLoader

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Alpha3
    • None
    • Configuration
    • None

    Description

      When the clusterLoader is configured using store tag, the specified attributes are not parsed to the new version xml.
      The following xml:

      .................................................
      <namedCache name="withClusterLoader1">
              <persistence>
                  <store class="org.infinispan.persistence.cluster.ClusterLoader" preload="true" fetchPersistentState="true" ignoreModifications="true" purgeOnStartup="true" shared="true">
                      <properties>
                          <property name="remoteCallTimeout" value="15000" />
                      </properties>
                  </store>
              </persistence>
          </namedCache>
      .....................
      

      is parsed to:

      ...............................
      <local-cache name="withClusterLoader1" statistics="false">
                  <persistence>
                      <cluster-loader remote-timeout="15000">
                          <property name="remoteCallTimeout">
                              15000
                          </property>
                      </cluster-loader>
                  </persistence>
              </local-cache>
      .............................
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: