[jboss-user] [JBoss Cache: Core Edition] - Problem with SERIALIZABLE Isolation Level

2008-11-05 Thread andre.rigon
Hello guys, I'm using JBossCache 1.4.1.SP9. I need to use SERIALIZABLE isolation level in my application. I did the following test: 1) started one jboss instance and at some point did: | TreeCache cache = cacheManagerImpl.getCache(); | cache.put("1", "1", "test"); | cache.getTransactionMa

[jboss-user] [JBoss Cache: Core Edition] - Re: jboss cache 1.4.1.GA + Eviction Policy problems

2008-06-16 Thread andre.rigon
thanks for the quick reply. I tested the cache behavior by setting a very high ttl value and them inspecting the cache in the jboss jmx console. I didnt find how to setup log or debug messages for the cayenne version of jboss cache. Do you or someone know how to do that? and about this quote:

[jboss-user] [JBoss Cache: Core Edition] - jboss cache 1.4.1.GA + Eviction Policy problems

2008-06-16 Thread andre.rigon
Hi everyone, I'm using jboss cache 1.4.1.GA with jboss 4.0.5.GA. I'm trying to use an eviction policy. Here is part of my tree-service.xml file: | | org.jboss.cache.eviction.LFUPolicy | | | |