Project

General

Profile

« Previous | Next » 

Revision 07e4e710

Added by Cherian Mathew about 10 years ago

RemoteLazyLoadingTest : Creating application configuration programmatically
AbstractPersistentCollection, AbstractLazyInitializer : Copied aspect code here
CdmApplicationRemoteConfiguration : overriding datasource since it is not required in remoting
remotingApplicationContext : added autowiring config

View differences:

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

  
11 11
    <!--  <bean id="remoteTermInitializer" class="eu.etaxonomy.cdm.remote.service.RemoteTermInitializer"/>-->
12 12
        
13
	
13
	<context:annotation-config/>
14
  	
14 15
	<context:component-scan base-package="eu/etaxonomy/cdm/api/application">
15 16
  		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.api\.application\.CdmApplicationDefaultConfiguration" /> 
16 17
  	</context:component-scan>
......
19 20

  
20 21
	<import resource="classpath:/eu/etaxonomy/cdm/httpInvokerServiceClients.xml"/>
21 22

  
22

  
23 23
	<!-- EditGeoService was moved to ext. Therefore it will not be found by the default component scan.
24 24
	We added it here because the Editor needs it. However, this is only a temporary solution.
25 25
	In the future we want to pass in an application context with the editor. -->

Also available in: Unified diff