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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
