Hi there,
I used JBoss-Cache 1.4.1.GA with Hibernate 3.2.6.GA with success by defining
<property name="hibernate.cache.provider_class" value="org.hibernate.cache.OptimisticTreeCacheProvider"/>
in my persistence.xml for my EJB3-WebLogic-Environment.
Now we want to migrate to JBoss-Cache 3.1.0-GA and I wonder what I have to define for hibernate.cache.provider_class for JBoss-Cache 3.1.0.GA, since I've got a NoClassDefFoundError for the class org.jboss.cache.TreeCache during the deployment of my ear-file.
Any help will be appreciated,
Christian
|