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
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
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
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