removing unneccesary trace info for test h2 db and using the correct h2 driver class
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / resources / datasources.xml
index 7a6ff14251a1de3b47848872dc36f077d5f7d709..3fd06c6b907fc85ae0ea2b40e169ebb18760fc29 100644 (file)
@@ -31,7 +31,7 @@
       </bean>
 
     <bean id="cdmTest"  lazy-init="true" class="com.mchange.v2.c3p0.ComboPooledDataSource">
-        <property name="driverClass" value="eu.etaxonomy.cdm.database.LocalH2"/>
+        <property name="driverClass" value="org.h2.Driver"/>
         <property name="user" value="sa" />
         <property name="password" value="" />
         <property name="jdbcUrl" value="jdbc:h2:file:./target/test-classes/h2/cdmTest;AUTO_SERVER=TRUE"/>