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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...