[jboss-user] [JBoss Cache: Core Edition] - Re: NullPointerException on using RemoveOnEvictActionPolicy

krishnan366 do-not-reply at jboss.com
Fri Mar 13 02:51:33 EDT 2009


Posting the complete eviction config
<eviction wakeUpInterval="500" >
  | <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="100000">			 			
  | 
  | <property name="maxNodes" value="100" />	
  | 			 <property name="minTimeToLive" value="36000"/>
  | 		</default>         
  | 		
  | 		
  | 	       	<region name="/data" actionPolicyClass="org.jboss.cache.eviction.RemoveOnEvictActionPolicy" algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="100000"> 	       		
  | 	       		<property name="maxNodes" value="20" />	
  | 			<property name="timeToLive" value="3600000"/> 
  | 		</region> 
  | 
  |          </eviction>

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

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



More information about the jboss-user mailing list