Project

General

Profile

« Previous | Next » 

Revision 19d5d18b

Added by Andreas Müller over 3 years ago

ref #9204 adapt all spring application context xml configuration files to spring schema version 4.3

View differences:

cdmlib-persistence/src/test/resources/eu/etaxonomy/cdm/applicationContext-testPersistentDataSource.xml
4 4
	xmlns:context="http://www.springframework.org/schema/context"
5 5
	xmlns:tx="http://www.springframework.org/schema/tx"
6 6
	xsi:schemaLocation="http://www.springframework.org/schema/beans 
7
    http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
    http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
8 8
    http://www.springframework.org/schema/context
9
    http://www.springframework.org/schema/context/spring-context-4.0.xsd
9
    http://www.springframework.org/schema/context/spring-context-4.3.xsd
10 10
    http://www.springframework.org/schema/tx 
11
    http://www.springframework.org/schema/tx/spring-tx-4.0.xsd">
11
    http://www.springframework.org/schema/tx/spring-tx-4.3.xsd">
12 12

  
13 13
    <!-- requires at least spring 2.5.4 -->
14 14
    <context:property-override location="classpath:eu/etaxonomy/cdm/persistence/override.properties-testPersistentDataSource"/>

Also available in: Unified diff