Project

General

Profile

Download (934 Bytes) Statistics
| Branch: | Tag: | Revision:
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">
3
  ls
4
  <bean id="cdmTestDataSource" class="eu.etaxonomy.cdm.database.LocalH2" lazy-init="true">
5
    <property name="driverClassName" value="org.h2.Driver" />
6
    <property name="url" value="jdbc:h2:file:./target/classes/h2/cdmTest;AUTO_SERVER=TRUE" />
7
    <property name="username" value="sa" />
8
    <property name="password" value="" />
9
    <property name="mode" value="embedded" />
10
    <property name="nomenclaturalCode" value="ICNAFP" />
11
  </bean>
12
</beans>
13

    
(1-1/3)