This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: eviction definition/examplegalder.zamarreno Jan 12, 2012 4:50 AM (in response to jaydev)Overflowing to cache store will only happen if passivation is turned on, so check your cache store configuration: https://docs.jboss.org/author/pages/viewpage.action?pageId=5832809 
- 
        2. Re: eviction definition/examplejaydev Jan 12, 2012 9:55 AM (in response to galder.zamarreno)Thanks for the link. I figured it out last night. After adding the transaction manager to my cache loader config, the null exceptions went away and I could see that the data was passivated and activated (with passivation=true). The eviction now works properly. 
 
    