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

Example XML use the old style XSD -- "21.11.4. Custom Cache Store Configuration (Library Mode)"

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • JDG 7.1.0 GA
    • JDG 7.1.0 GA
    • Core, Documentation
    • None

    Description

      CustomerCacheStore example use the outdated XML format to add a property.

      Current (XSD 6.x) documented:
      <store class="org.infinispan.custom.CustomCacheStore" preload="true" shared="true">
      <properties>
      <property name="customStoreProperty" value="10" />
      </properties>
      </store>

      Correct is
      <store class="org.infinispan.custom.CustomCacheStore" preload="true" shared="true">
      <property name="customStoreProperty">10</property>
      </store>

      Attachments

        Activity

          People

            rhn-support-jbrier John Brier (Inactive)
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: