Project

General

Profile

« Previous | Next » 

Revision ac09e841

Added by Andreas Müller over 15 years ago

changed defaultApplicationContext

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/defaultApplicationContext.xml
13 13
<!-- <import resource="classpath:/eu/etaxonomy/cdm/spelling.xml"/> -->
14 14

  
15 15

  
16
	<!-- Overwrites the component-scan in service.xml; includes service beans e.g. in eu/etaxonomy/cdm/api -->
17
	<context:component-scan base-package="eu/etaxonomy/cdm"/>
16
	<!-- includes service beans e.g. in eu/etaxonomy/cdm/api -->
17
	<context:component-scan base-package="eu/etaxonomy/cdm/api/service">
18
	 	<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.api\.service\.UserService"/>
19
    </context:component-scan>
20
	<context:component-scan base-package="eu/etaxonomy/cdm/api/application"/>
21
	
22
	<!-- TODO move to io -->
23
	<context:component-scan base-package="eu/etaxonomy/cdm/io"/>
24

  
18 25
    
19 26
    <!-- enable the configuration of transactional behavior based on annotations -->
20 27
    <tx:annotation-driven transaction-manager="transactionManager"/>      

Also available in: Unified diff