You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/07/10 14:23:34 UTC

svn commit: r962849 - /incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml

Author: rr
Date: Sat Jul 10 14:23:34 2010
New Revision: 962849

URL: http://svn.apache.org/viewvc?rev=962849&view=rev
Log:
HISE-43: Integration tests fix

Modified:
    incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml

Modified: incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml?rev=962849&r1=962848&r2=962849&view=diff
==============================================================================
--- incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml (original)
+++ incubator/hise/trunk/hise-bundle/src/main/resources/META-INF/spring/hise-ds.xml Sat Jul 10 14:23:34 2010
@@ -35,7 +35,7 @@
         <prop key="openjpa.synchronizeMappings">buildSchema(ForeignKeys=true,SchemaAction='add')</prop>
         <prop key="openjpa.generateDdl">true</prop>
         <prop key="openjpa.showSql">false</prop>
-        <prop key="openjpa.schema">hise</prop>
+        <prop key="openjpa.schema"></prop>
         <prop key="db.driver">org.h2.Driver</prop>
         <prop key="db.url">jdbc:h2:file:hise-h2-db;DB_CLOSE_ON_EXIT=false</prop>
         <prop key="db.user">sa</prop>