JCS « Cache « JPA Q&A





1. Enabling JCS Cache...    forum.hibernate.org

Hi, I enabled JCS caching for a couple of classes in the hibernate. When I start the server, I'm getting log statements saying Hibernate's caching class and also the logging statements by JCS, correctly showing the name of the classes for I've enabled the caching. However, when I make a call to load the object using session.load(), hibernate is printing the ...

2. JCS Caching & cache.ccf    forum.hibernate.org

1. Does hibernate support Remote or TCP lateral JCS caching? I understand that it can if it is enabled & cache.ccf is configured to do so. I recall that there was a reason for not including it in the documentation but I lost the link to the old forum where you duscussed it. What were the issues with JCS cache sharing? ...

3. Experiencing proble with hibernate 2.1 and jcs cache    forum.hibernate.org

I am getting an AssertionFailure - cannot cache a reference to an object with a null id when I try to do an update. Here is the sample code - NB: This has been working fine for me in hibernate versions 2.0 - 2.03 I have the following two mappings ...

4. Caching options other than JCS    forum.hibernate.org

5. jcs-cache starts up too many ElementEventQueue theads    forum.hibernate.org

Author Message wontonsoup Post subject: jcs-cache starts up too many ElementEventQueue theads Posted: Fri Oct 31, 2003 3:53 pm Newbie Joined: Fri Oct 31, 2003 3:33 pm Posts: 17 Location: California I originally posted this on the turbine-jcs-user@jakarta.apache.org mailing list. But, it actually might be more of a problem with how Hibernate uses JCS. Basically, what we're seeing is ...

6. How can I know the Object is returned from JCS cache or not?    forum.hibernate.org

Newbie Joined: Wed Nov 12, 2003 3:31 am Posts: 9 Dear Sir/Madam, I have followed the document and implemented JCS Cache, when I started my application, every thing looks great as following. 01:42:31,276 INFO [PersistenceManagerImpl] start init SessionFactory 01:42:31,396 INFO [Environment] Hibernate 2.0.3 01:42:31,416 INFO [Environment] hibernate.properties not found 01:42:31,416 INFO [Environment] using CGLIB reflection optimizer 01:42:31,416 INFO [Environment] JVM proxy ...

7. JCS cache    forum.hibernate.org