I updated my CVS this morning, though I'm also doing a clean checkout to make sure I didn't get too messed up in the process.
 
After 10-15 minutes I seem to get a cache size adjustment message on my console, and if the cache gets too small (less than total number of X's) then when I execute a finder which returns all the X's I get some weird null pointer exception in LRU cache.
 
[cart.ProductSession] java.lang.NullPointerException
        at org.jboss.util.LRUCachePolicy$LRUList.promote(LRUCachePolicy.java:293)
        at org.jboss.util.LRUCachePolicy.get(LRUCachePolicy.java:121)
        at org.jboss.ejb.plugins.EnterpriseInstanceCache.get(EnterpriseInstanceCache.java:75)
        at org.jboss.ejb.plugins.EntityInstanceCache.get(EntityInstanceCache.java:56)
Is there some way to fix the cache size, or turn off this shrinking?
 
Cheers

Reply via email to