Project

General

Profile

« Previous | Next » 

Revision a500a93f

Added by Cherian Mathew about 10 years ago

reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class
by throwing UnsupportedOperationException for methods that are not supported by remoting

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml
11 11

  
12 12
	<import resource="classpath:/eu/etaxonomy/cdm/httpInvokerServiceClients.xml"/>
13 13
 
14
	<context:component-scan base-package="eu/etaxonomy/cdm/api/application">
15
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.api\.application\.CdmApplicationDefaultController"/>
16
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.api\.application\.CdmApplicationDefaultConfiguration"/>
17
	</context:component-scan>
18

  
14
    <bean name="cdmApplicationDefaultConfiguration" class="eu.etaxonomy.cdm.api.application.CdmApplicationRemoteConfiguration"/>
19 15

  
20 16
	<!-- EditGeoService was moved to ext. Therefore it will not be found by the default component scan.
21 17
	We added it here because the Editor needs it. However, this is only a temporary solution.

Also available in: Unified diff