Project

General

Profile

« Previous | Next » 

Revision 9139d0dd

Added by Andreas Müller almost 2 years ago

adapt spring xsd versions in all other applicationContexts

View differences:

src/test/resources/webapp/WEB-INF/applicationContext.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-2.5.xsd
8
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
9
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
7
    http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
8
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd
9
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd
10 10
    ">
11 11

  
12 12
    <context:property-override location="classpath:override.properties"/>
......
99 99
    <bean id="authenticationManager" class="org.springframework.security.authentication.ProviderManager">
100 100
            <constructor-arg>
101 101
	            <list>
102
	                <ref local="daoAuthenticationProvider"/>
102
	                <ref bean="daoAuthenticationProvider"/>
103 103
	            </list>
104 104
	        </constructor-arg>
105 105
<!--         <property name="providers"> -->
106 106
<!--             <list> -->
107 107
<!--                 <bean class="org.springframework.security.authentication.TestingAuthenticationProvider"/> -->
108
<!--                 <ref local="daoAuthenticationProvider"/> -->
108
<!--                 <ref bean="daoAuthenticationProvider"/> -->
109 109
<!--             </list> -->
110 110
<!--         </property> -->
111 111
    </bean>

Also available in: Unified diff