[jboss-cvs] JBossAS SVN: r107868 - branches/infinispan-int/testsuite/src/resources/hibernate/jbas7411.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 27 16:19:00 EDT 2010
Author: pferraro
Date: 2010-08-27 16:19:00 -0400 (Fri, 27 Aug 2010)
New Revision: 107868
Modified:
branches/infinispan-int/testsuite/src/resources/hibernate/jbas7411/jboss-hibernate.xml
Log:
Update persistence.xml files to use hibernate-infinispan
Modified: branches/infinispan-int/testsuite/src/resources/hibernate/jbas7411/jboss-hibernate.xml
===================================================================
--- branches/infinispan-int/testsuite/src/resources/hibernate/jbas7411/jboss-hibernate.xml 2010-08-27 20:17:10 UTC (rev 107867)
+++ branches/infinispan-int/testsuite/src/resources/hibernate/jbas7411/jboss-hibernate.xml 2010-08-27 20:19:00 UTC (rev 107868)
@@ -14,9 +14,11 @@
that they work -->
<property name="hibernate.cache.use_second_level_cache">true</property>
<property name="hibernate.cache.region_prefix">HarWithStandardProperties</property>
- <property name="hibernate.cache.region.factory_class">org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory</property>
+ <property name="hibernate.cache.region.factory_class">org.hibernate.cache.infinispan.JndiInfinispanRegionFactory</property>
+ <property name="hibernate.cache.infinispan.cachemanager">java:CacheManager/entity</property>
+ <!--property name="hibernate.cache.region.factory_class">org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory</property>
<property name="hibernate.cache.region.jbc2.cachefactory">java:/CacheManager</property>
- <property name="hibernate.cache.region.jbc2.cfg.entity">mvcc-shared</property>
+ <property name="hibernate.cache.region.jbc2.cfg.entity">mvcc-shared</property-->
<depends>jboss:service=Naming</depends>
<depends>jboss:service=TransactionManager</depends>
More information about the jboss-cvs-commits
mailing list