-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate Core 4.0.0.CR1 Release
PostPosted: Wed Aug 17, 2011 10:45 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
http://in.relation.to/Bloggers/HibernateCore400CR1Release


Top
 Profile  
 
 Post subject: Re: Hibernate Core 4.0.0.CR1 Release
PostPosted: Sat Aug 20, 2011 5:24 pm 
Newbie

Joined: Thu May 08, 2008 3:11 pm
Posts: 6
Location: Mountain View, CA
Just downloaded and began testing our application with the new release, and one of the configuration items that caught me up for a bit was in how the cache class is specified in the hibernate.cfg.xml file.

In the HB 3.6.x world, I had specified the use of EhCache as follows:
Code:
<property name="cache.provider_class">org.hibernate.cache.EhCacheProvider</property>

But I've now learned that in 4.x, that becomes:
Code:
<property name="cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</property>

Not sure if this is the right place for these sorts of comments - please point me in a better direction if so.

-jason


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.