]> git.argeo.org Git - lgpl/argeo-commons.git/blob - applicationContext.xml
7d0e6beb075ba26b5685a88d1cbf6f70506f654b
[lgpl/argeo-commons.git] / applicationContext.xml
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" xmlns:aop="http://www.springframework.org/schema/aop"
4 xmlns:tx="http://www.springframework.org/schema/tx"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <!--
11 <import resource="classpath:/org/argeo/slc/server/spring/jmx.xml" />
12 -->
13 <import resource="security.xml" />
14 <import resource="ldap.xml" />
15
16 <import resource="osgi.xml" />
17
18 <!-- Properties -->
19 <bean
20 class="org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer"
21 lazy-init="false">
22 <property name="contextOverride" value="true" />
23 <property name="ignoreUnresolvablePlaceholders" value="true" />
24 </bean>
25 </beans>