Project

General

Profile

« Previous | Next » 

Revision 567de3cd

Added by Andreas Kohlbecker over 6 years ago

Revert "ref #6886 test to repoduce issue with users having only CREATE permission"

This reverts commit 3795d1bf926c9b126317a85d880235301a0a4b16.

View differences:

cdmlib-services/src/test/resources/eu/etaxonomy/cdm/applicationContext-test.xml
9 9
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
10 10
    ">
11 11

  
12
    <context:property-override location="classpath:override.properties"/>
12
   <context:property-override location="classpath:override.properties"/>
13 13

  
14
    <context:component-scan base-package="eu/etaxonomy/cdm/api/service"/>    
15
    <!-- No component scan for eu.etaxonomy.cdm.api.application, therefore we add the bean explicitly -->
16
    <bean id="cdmRepository" class="eu.etaxonomy.cdm.api.application.CdmRepository"/>
17
    <bean id="conversationHolder" class="eu.etaxonomy.cdm.api.conversation.ConversationHolder" scope="prototype"/>
14
   <context:component-scan base-package="eu/etaxonomy/cdm/api/service"/>
18 15
   
19 16
 <!--    <context:component-scan base-package="eu/etaxonomy/cdm/api/validation">
20 17
    </context:component-scan>

Also available in: Unified diff