[Hibernate] EhCacheProvider class

2005-03-04 Thread Jeevak Kasarkod
Hi, I downloaded the release version of Hibernate 3.0 rc1. The EhCacheProvider does an import on “net.sf.ehcache.CacheManager” and attempts to catch “net.sf.ehcache.CacheException”. I could not locate the net.sf.ehchache package in the source. Please let me know if something maybe wrong

Re: [Hibernate] EhCacheProvider class

2005-03-04 Thread Christian Bauer
Jeevak Kasarkod wrote: I downloaded the release version of Hibernate 3.0 rc1. The EhCacheProvider does an import on “net.sf.ehcache.CacheManager” and attempts to catch “net.sf.ehcache.CacheException”. I could not locate the net.sf.ehchache package in the source. Please let me know if something m

[Hibernate] How to contribute a Dialect?

2005-03-04 Thread Fredrik Ålund
Hi I have written two dialects for Mimer SQL (http://developer.mimer.com) since there are none included in Hibernate. There is one MimerSQLDialect for Hibernate2 and one MimerSQLDialect for Hibernate3. Can I contribute these dialects to Hibernate in some way? Of course, what I want most of all

[Hibernate] Statistics toString()

2005-03-04 Thread Ryan Lynch
I have managed to get the statistics mbean integrated into JBoss but I was disappointed that the individual statistics (Entity, Query, etc.) objects do not have a meaningful toString() which would allow the user to look at the results in the JBoss JMX HttpAdapter.  If I submit a patch would you guy