1 Reply Latest reply on Nov 11, 2014 8:43 AM by hchiorean

    modeshape with mongodb as cache store

    robertino129

      Hello.

      I would like to use modeshape with infinispan and mongodb as the cache store.

      I have currently integrated modeshape in my wildfly 8.1 server succesfully in standalone.xml through a series of operations:

      1. Created a cache-container with a local cache with file-based storage

      2. created a security domain

      3. Added a modeshape repository in the subsystem, attaching the above cache-container.

      As such, I have no infinispan.xml and everything is working fine.

       

      The documentation isn't very descriptive.

      Cache Loaders and Stores - Infinispan 6.0 - Project Documentation Editor

       

      What would I need to do exactly, to use mongodb as a cache store?