[jboss-cvs] JBossAS SVN: r60653 - branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 19 03:59:19 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-19 03:59:19 -0500 (Mon, 19 Feb 2007)
New Revision: 60653
Modified:
branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml
Log:
Give a name to SessionFactory so XPC replication works
Modified: branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml 2007-02-19 08:58:42 UTC (rev 60652)
+++ branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml 2007-02-19 08:59:19 UTC (rev 60653)
@@ -3,6 +3,7 @@
<persistence-unit name="tempdb">
<jta-data-source>java:/DefaultDS</jta-data-source>
<properties>
+ <property name="hibernate.session_factory_name" value="tempdb"/>
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
</properties>
</persistence-unit>
More information about the jboss-cvs-commits
mailing list