[jboss-user] [JBoss Cache: Core Edition] - NullPointerException on using RemoveOnEvictActionPolicy
krishnan366
do-not-reply at jboss.com
Fri Mar 13 02:46:48 EDT 2009
I get a null pointer exception while initializing cache . I am using jboss5.0.0G.A and jbosscache3.0.2.G.A
I find that RemoveOnEvictActionPolicy is the root cause. Is something wrong with the below configuration
<region name="/Opportunity" 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>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217718#4217718
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217718
More information about the jboss-user
mailing list