4 Replies Latest reply on Mar 6, 2015 9:51 AM by kruthoff

    Does someone have a valid soft-index-file-store configuration?

    kruthoff

      Hi forum

       

      I'd like to test the Soft Index File Store with Infinispan 7.1.1. I'm configuring infinispan like this:

       

      <infinispan

          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

          xsi:schemaLocation="urn:infinispan:config:7.1 http://www.infinispan.org/schemas/infinispan-config-7.1.xsd"

          xmlns="urn:infinispan:config:7.1"

      >

      <cache-container name="MyCache" default-cache="with_sifs" shutdown-hook="DEFAULT">

        <local-cache name="with_sifs">

          <persistence>

            <soft-index-file-store xmlns="urn:infinispan:config:store:soft-index:7.1">

              <index path="/tmp/sifs/testCache/index"/>

              <data path="/tmp/sifs/testCache/data"/>

            </soft-index-file-store>

          </persistence>

        </local-cache>

      </cache-container>

      </infinispan>

       

      The following exception occurs, but I don't know what's missing?

       

      Exception in thread "main" org.infinispan.commons.CacheConfigurationException: ISPN000327: Cannot find a parser for element 'soft-index-file-store' in namespace 'urn:infinispan:config:store:soft-index:7.1'. Check that your configuration is up-to date for this version of Infinispan.