2556cbdc09f1812a5d89c64c7efc855f4343c3cb
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / resources / eu / etaxonomy / cdm / remotingApplicationContext.xml
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 <context:component-scan base-package="eu/etaxonomy/taxeditor/session" />
18
19 <bean id="cdmApplicationRemoteConfiguration"
20 class="eu.etaxonomy.cdm.api.application.CdmApplicationRemoteConfiguration" />
21
22 <import resource="classpath:/eu/etaxonomy/cdm/remoting_services_security.xml" />
23
24 <context:component-scan base-package="eu.etaxonomy.cdm.api.cache">
25 <!-- FIXME:Remoting Temp workaround to make remoting work -->
26 <context:exclude-filter type="regex"
27 expression="eu\.etaxonomy\.cdm\.api\.cache\.CdmTermCacher" />
28 </context:component-scan>
29
30 <context:component-scan base-package="eu.etaxonomy.taxeditor.service"/>
31
32
33 <!-- EditGeoService was moved to ext. Therefore it will not be found by
34 the default component scan. We added it here because the Editor needs it.
35 However, this is only a temporary solution. In the future we want to pass
36 in an application context with the editor. -->
37
38
39 <!-- <bean id="conversationHolder" class="eu.etaxonomy.cdm.api.conversation.ConversationHolder"
40 scope="prototype"/> -->
41
42 <!-- TODO move to io -->
43 <!-- <context:component-scan base-package="eu/etaxonomy/cdm/io"> <context:exclude-filter
44 type="regex" expression="eu\.etaxonomy\.cdm\.io\.berlinModel.*" /> </context:component-scan> -->
45 <!-- enable the configuration of transactional behavior based on annotations -->
46 <!-- <tx:annotation-driven transaction-manager="transactionManager"/> -->
47
48 </beans>