[jboss-user] [JBoss Cache: Core Edition] - configuration of cache when moving from JBoss 4.2.3 to JBoss

2009-02-19 Thread tugman
Hi all. I have a EJB3 based app running in JBoss 4.2.3. I'm trying to move it to JBoss 5, but I'm having problems with the new cache configuration. I'm trying to configure it via jBoss microcontainer as seen in documentation:

[jboss-user] [JBoss Cache: Core Edition] - Re: Expiring elements after restarting cache

2008-04-15 Thread tugman
I only use it with FCL, so I don't know what's the behaviour with other CLs. I have a small java program that recreates it, I don't have a JUnit, for example. Do you want me to send it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144160#4144160 Reply to

[jboss-user] [JBoss Cache: Core Edition] - Expiring elements after restarting cache

2008-04-13 Thread tugman
Hello. I'm using FileCacheLoader to store elements of cache in disk and LRU eviction policy. If I put a node in cache, after timeToLiveSeconds passed, it is removed (and my listener gets called). This is ok. My problem is that when I restart de cache, elements that are stored there are