Project

General

Profile

Download (993 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
  xmlns:context="http://www.springframework.org/schema/context"
5
  xsi:schemaLocation="
6
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
8
    ">
9

    
10
    <import resource="classpath:/eu/etaxonomy/cdm/persistence.xml"/>
11

    
12
    <!--
13
        ======================================================================
14
          default service configuration (same as in services_security.xml)
15
          this config file should soon be removed since the cdmlib should
16
          never be without security
17
        ======================================================================
18
     -->
19

    
20
    <import resource="classpath:/eu/etaxonomy/cdm/services_base.xml"/>
21
</beans>
(4-4/7)