0 Replies Latest reply on Jun 18, 2007 12:21 PM by sancheski

    Different eviction policies in different fqn

    sancheski

      Hi all

      I am trying to configure different eviction policies for different regions using jboss-cache-1.4.1.SP3. My problem appears when I attempt to create a region (/foo/bar) that is parent of an existing region (/foo/bar/com). I know that the mehotd checkConflict(fqn) does not allow doing so, but is it what it must do?
      If I reverse the order of the steps (first, I create a region called /foo/bar then the second one, /foo/bar/com) it works perfect.

      What should I do to get the first approach working?

      Thanks in advance