TreeCache « Cache « JPA Q&A





1. Hibernate - maxElementsOnDisk from EHCache to TreeCache    stackoverflow.com

I'm migrating a Hibernate application's cache from EHCache to JBoss TreeCache. I'm trying to find how to configure the equivalent to maxElementsOnDisk to limit the cache size on disk, but I couldn't ...

2. Ehcache and TreeCache configurations    forum.hibernate.org

I wonder if there is any way that we can automatically generate the EHCache.xml for us. I am using XDoclet, maven and JBoss. Everything else can be generated. But do I have to manually add ehcache properties to the configuration file for every domain objects even they all have the same cache setup? The second question: Is there any configuration file ...

3. TreeCache as replicated second level cache    forum.hibernate.org

4. Hibernate cluster - cant disable caching, cant use TreeCache    forum.hibernate.org

Newbie Joined: Fri Nov 04, 2005 12:30 pm Posts: 6 Hello friends, I've trying to solve a cluster-cache probem for the past 2 weeks, reading all available posts on this forum - but all solutions I could find does not seem to work. At this stage I'm desperate, hopefully someone can point out where things go wrong... Below is my setup ...

5. Clustered TreeCache replicated - force use 2nd level cache?    forum.hibernate.org

I have a standalone Java server that is owner of replicated TreeCache data. The other member in the cluster is JBoss 4.0.4. Replication is working and use of the treecache mbean allows me to see the data in the treecache in JBoss. The standalone app has its cache usage set to transactional. The JBoss container is a read only cache that ...

6. How could I use TreeCache POJOCache for 2ndLevel cache    forum.hibernate.org

I just. want to know.. What I need to do. I just configure hibernate.cfg.xml to use treecach and then it will tell me that It can't find treecach.xml where I have to place treecach.xml .. I try to read in document .. I can't find .. the document tell about how to create treecache.xml

8. Sharing 2nd level cache between configurations w/ TreeCache    forum.hibernate.org

Hello all, I have the following db setup: 1) one primary database where all active data are stored 2) an archived database that contains all data (archived and active data) with pretty much the same schema than 1) 1) is used for read/write 2) is exclusively used for read access. 1) & 2) currently have the same hibernate configuration files, except ...