0 Replies Latest reply on Nov 26, 2014 10:20 AM by thies1979

    Default config for Infinispan cache container

    thies1979

      Hi,

       

      I would like to add a new cache container to my jboss as7 config and dynamically create new caches in that container. To do so I inject the cache container into my singleton ejb and call getCache(String Name).

       

      This works fine for local caches, but I need the caches to be replicated in the cluster. Is there any way to provide a fefault config for the created caches in the standalone.xml or programmatically?

       

      Thanks for help!

       

      Thies