1 Reply Latest reply on Mar 13, 2014 7:10 AM by mircea.markus

    MongoDB cache store Infinispan 6.0.0 + Jboss 7.1.1Final

    kowshikns

      All,

       

      I am using Jboss 7.1.1 FInal and Infinispan 6.0 Final. I want to use MongoCache store with 6.0.0. However when I cannot specify this in infinispan.xml as this does not match 6.0.0 XSD.

       

      What is the best way to use this. Can anybody let me know please?

       

      Thanks in advance.

       

      <loaders>

            <mongodbStore xmlns="urn:infinispan:config:mongodb:5.3" >

                  <connection host="localhost" port="27017" timeout="2000" acknowledgment="0"/>

                  <authentication username="mongoUser" password="mongoPass" />

                  <storage database="infinispan_test_database" collection="infispan_cachestore" />

          </mongodbStore>

      </loaders>

       

       

       

      Regards,

      Kowshik NS