Re: [Hibernate] Hibernate3 - ehcache still references net.sf.hibernate packages

2004-07-15 Thread Emmanuel Bernard
Done, the new one is: org.hibernate.cache.EhCacheProvider for Hibernate 3.0 net.sf.hibernate.cache.EhCacheProvider for Hibernate 2.1 Gavin King wrote: Yes, agreed.' Emmanuel Bernard wrote: We probably should import the ehcache provider into Hibernate tree as we do for other caches. Matt Veitas wr

Re: [Hibernate] Hibernate3 - ehcache still references net.sf.hibernate packages

2004-07-13 Thread Gavin King
Yes, agreed.' Emmanuel Bernard wrote: We probably should import the ehcache provider into Hibernate tree as we do for other caches. Matt Veitas wrote: Just as an FYI, someone probably already knows this. The ehcache project is still referencing the net.sf.hibernate packages. When running with the

Re: [Hibernate] Hibernate3 - ehcache still references net.sf.hibernate packages

2004-07-13 Thread Emmanuel Bernard
We probably should import the ehcache provider into Hibernate tree as we do for other caches. Matt Veitas wrote: Just as an FYI, someone probably already knows this. The ehcache project is still referencing the net.sf.hibernate packages. When running with the latest from CVS I am getting a ClassN

[Hibernate] Hibernate3 - ehcache still references net.sf.hibernate packages

2004-07-09 Thread Matt Veitas
Just as an FYI, someone probably already knows this. The ehcache project is still referencing the net.sf.hibernate packages. When running with the latest from CVS I am getting a ClassNotFoundException for the net.sf.hibernate.cache.CacheProvider. I know I shouldn't be using the HEAD, but I figure