Project

General

Profile

Download (1.95 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xmlns:context="http://www.springframework.org/schema/context"
5
	xmlns:tx="http://www.springframework.org/schema/tx"
6
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
8
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
9
	
10
	
11
    <!--  <bean id="remoteTermInitializer" class="eu.etaxonomy.cdm.remote.service.RemoteTermInitializer"/>-->
12
        
13
	<context:annotation-config/>
14
    
15
    <import resource="classpath:/eu/etaxonomy/cdm/httpInvokerServiceClients.xml"/>
16
    
17
    <bean id="cdmApplicationRemoteConfiguration" class="eu.etaxonomy.cdm.api.application.CdmApplicationRemoteConfiguration"/>    
18
    
19
	<import resource="classpath:/eu/etaxonomy/cdm/remoting_services_security.xml"/> 	
20
	
21
	<bean id="cdmServiceCacher" class="eu.etaxonomy.cdm.api.cache.CdmServiceCacher"/>
22
	
23
	
24
	<!-- EditGeoService was moved to ext. Therefore it will not be found by the default component scan.
25
	We added it here because the Editor needs it. However, this is only a temporary solution.
26
	In the future we want to pass in an application context with the editor. -->
27

    
28

    
29
	<!-- <bean id="conversationHolder" class="eu.etaxonomy.cdm.api.conversation.ConversationHolder" scope="prototype"/> -->
30

    
31
	<!-- TODO move to io -->
32
<!-- 
33
	<context:component-scan base-package="eu/etaxonomy/cdm/io">
34
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.berlinModel.*" />
35
	</context:component-scan>
36
 -->
37
	<!-- enable the configuration of transactional behavior based on annotations -->
38
	<!-- <tx:annotation-driven transaction-manager="transactionManager"/> -->
39

    
40
</beans>
(4-4/6)