a7dbcd7734d9d9cbb1011a07c80f9457ea02dc0a
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / resources / .cdmLibrary / writableResources / cdm.datasources.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">ls
3 <bean id="cdmTestDataSource" class="eu.etaxonomy.cdm.database.LocalH2" lazy-init="true">
4 <property name="driverClassName" value="org.h2.Driver" />
5 <property name="url" value="jdbc:h2:file:./target/classes/h2/cdmTest;AUTO_SERVER=TRUE" />
6 <property name="username" value="sa" />
7 <property name="password" value="" />
8 <property name="mode" value="embedded" />
9 <property name="nomenclaturalCode" value="ICNAFP" />
10 </bean>
11 </beans>
12