RE: [Hibernate] Default to NoCacheProvider

2006-05-30 Thread Steve Ebersole
That sounds reasonable. http://opensource.atlassian.com/projects/hibernate/browse/HHH-1795 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Friday, May 26, 2006 5:16 PM To: Hibernate development Subject: [Hibernate] Default to

Re: [Hibernate] Default to NoCacheProvider

2006-05-27 Thread Christian Bauer
On May 27, 2006, at 12:16 AM, Emmanuel Bernard wrote: Since EhCache now requires a configuration per session factory (rather than a configuration for all), we probably should change the default cache provider to NoCacheProvider to avoid useless WARN or even worse CacheException. Yes, thi

[Hibernate] Default to NoCacheProvider

2006-05-26 Thread Emmanuel Bernard
Since EhCache now requires a configuration per session factory (rather than a configuration for all), we probably should change the default cache provider to NoCacheProvider to avoid useless WARN or even worse CacheException. --- All the ad