1 Reply Latest reply on Jun 14, 2012 2:27 PM by pferraro

    Is it possible to configure the grouping for Infinispan from the standalone.xml file?

    pillingworth

      Is it possible to configure the grouping for an Infinispan cache from the standalone.xml file?

       

      Like this (from https://docs.jboss.org/author/display/ISPN/The+Grouping+API)

       

      <clustering>

        <hash>

           <groups enabled="true" />

        </hash>

      </clustering>

       

       

      I've taken a look at the jboss-as-infinispan_1_2.xsd at there's nothing in there about grouping. If I can't configure it in the standalone.xml file how do I go about configuring it?