Project

General

Profile

« Previous | Next » 

Revision b1cb49df

Added by Andreas Kohlbecker about 13 years ago

excluding special imports from component scan

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/defaultApplicationContext.xml
27 27
		scope="prototype"/>
28 28

  
29 29
	<!-- TODO move to io -->
30
	<context:component-scan base-package="eu/etaxonomy/cdm/io"/>
30
	<context:component-scan base-package="eu/etaxonomy/cdm/io">
31
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.pesi.*" />
32
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.faunaEuropaea.*" />
33
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.erms.*" />
34
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.eflora.*" />
35
		<context:exclude-filter type="regex" expression="eu\.etaxonomy\.cdm\.io\.berlinModel.*" />
36
	</context:component-scan>
31 37

  
32 38
	<!-- enable the configuration of transactional behavior based on annotations -->
33 39
	<tx:annotation-driven transaction-manager="transactionManager"/>

Also available in: Unified diff