[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 at my end.

 

Thanks,

Jeevak








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 maybe wrong at my end.
It's part of EHCache, there is JAR file in the lib/ directory. Please 
use the user forum in the future if you have Hibernate usage questions. 
Also read the documentation, first chapter.

--
Christian Bauer
callto://christian-bauer
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[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 is if the Dialects could be part of the Hibernate distributions.

Regards,
Fredrik Ålund (Developer at Mimer Information Technology)
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[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 guys be interested and could it be integrated fairly soon?
 
Regards,
Ryan