[jboss-user] [JBoss Cache: Core Edition] - Re: Using JBC 3 with Hibernate (3.3)

soee do-not-reply at jboss.com
Tue Dec 9 10:21:15 EST 2008


jbc2 cache provider with hibernate 3.3.1 works with jbosscache 3.0.1.

just specify a hibernate.cache.region.factory_class instead of hibernate.cache.provider_class.

Also.. treecache.xml has a new syntax. See the provided examples.

        
  | <!--<property name="hibernate.cache.provider_class">org.jboss.hibernate.jbc.cacheprovider.TreeCacheProvider-->
  | <property name="hibernate.cache.region.factory_class">            org.hibernate.cache.jbc2.SharedJBossCacheRegionFactory</property>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195370#4195370

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195370



More information about the jboss-user mailing list