RE: [Hibernate] Fix for OSCache clustering

2004-10-06 Thread March, Andres
eally like the treecache but it is just not there yet for us and, I expect, others as well. > -Original Message- > From: Gavin King [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 4:12 PM > To: March, Andres > Cc: [EMAIL PROTECTED] > Subject: Re: [Hib

Re: [Hibernate] Fix for OSCache clustering

2004-10-06 Thread Gavin King
No, I'm not really interested in this patch. Entire assumption of Hibernate cache architecture is that we have various cache regions. You will notice that we don't recommend OSCache to be used in a cluster. March, Andres wrote: I have a patch for the OSCache classes that are part of hibernate to

Re: [Hibernate] Fix for OSCache clustering

2004-10-06 Thread Emmanuel Bernard
March, Andres wrote: I have a patch for the OSCache classes that are part of hibernate to fix the issues with clustering when using this provider. If you were not aware, the cluster listener is set up in oscache per cache instance. Since the provider was creating a cache for each region, it wo

[Hibernate] Fix for OSCache clustering

2004-10-06 Thread March, Andres
I have a patch for the OSCache classes that are part of hibernate to fix the issues with clustering when using this provider.  If you were not aware, the cluster listener is set up in oscache per cache instance.  Since the provider was creating a cache for each region, it would fail in a cl