[jboss-user] [JBoss Cache: Core Edition] - Why concrete region fails override the default one?

beep_beep do-not-reply at jboss.com
Thu May 22 09:24:05 EDT 2008


IN JBC 1.4 SP9:

I have found,that with configuration below, more concrete region 
(15 nodes maximum) failed to override default one(5 nodes maximum).

Is it ok, what is not OK?


<!--Eviction-->
  | 
  | 
  |         <attribute name="EvictionPolicyConfig">
  |          <config>
  |             <attribute name="wakeUpIntervalSeconds">5</attribute>
  |             
  |             <!-- This defaults to 200000 if not specified -->
  |             <attribute name="eventQueueSize">100000</attribute>
  | 
  |             <!-- Name of the DEFAULT eviction policy class. -->
  |             <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  | 
  |             <!-- Cache wide default -->
  |             <region name="/_default_">
  | 			   <attribute name="timeToLiveSeconds">0</attribute>
  |                <attribute name="maxNodes">5</attribute>
  |             </region>
  | 
  |             <!-- override policy used for this region -->
  |             <region name="test.web.TestEntity" eventQueueSize="500000">
  | 			    <attribute name="timeToLiveSeconds">0</attribute>
  |                 <attribute name="maxNodes">15</attribute>
  |             </region>
  |            </config>
  |         </attribute>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152675#4152675

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152675



More information about the jboss-user mailing list