Project

General

Profile

« Previous | Next » 

Revision 47404

moved to dnet45

View differences:

springContext-lookupFactory.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2

  
3 3
<beans xmlns="http://www.springframework.org/schema/beans"
4
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
5
	xmlns:cxf="http://cxf.apache.org/core" xmlns:jaxws="http://cxf.apache.org/jaxws"
6
	xmlns:p="http://http://www.springframework.org/schema/p"
4
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 5

  
8 6
	xsi:schemaLocation="
9
                http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
10
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
11
        http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd
12
        http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"
7
                http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd"
13 8
	default-autowire="no" default-lazy-init="false">
14 9

  
15 10
	<bean id="cacheManager" class="net.sf.ehcache.CacheManager" />

Also available in: Unified diff