CacheElement hashCode problem

2003-11-13 Thread Ryan Breidenbach
I am using JCS with Hibernate for caching, and I came across a problem. When JCS encounters an object whose MaxLifeSeconds has been exceeded, I am getting a ClassCastException. This is actually being thrown by the net.sf.hibernate.cache.QueryKey, but I think the root of the problem is the hashCode

RE: CacheElement hashCode problem

2003-11-13 Thread Aaron Smuts
Can you send me a stack trace also. -Original Message- From: Ryan Breidenbach [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: CacheElement hashCode problem I am using JCS with Hibernate for caching, and I came across a problem

Re: CacheElement hashCode problem

2003-11-13 Thread Ryan Breidenbach
: CacheElement hashCode problem I am using JCS with Hibernate for caching, and I came across a problem. When JCS encounters an object whose MaxLifeSeconds has been exceeded, I am getting a ClassCastException. This is actually being thrown by the net.sf.hibernate.cache.QueryKey, but I think