]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/old/WEB-INF/applicationContext.xml
Integrate demo in web
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / old / WEB-INF / 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 <import resource="classpath:/org/argeo/slc/server/spring/servletContext.xml" />
10
11 <!--
12 <import resource="classpath:/org/argeo/slc/server/spring/jmx.xml" />
13 -->
14
15 <!--
16 <bean id="activemqBroker" class="org.apache.activemq.xbean.BrokerFactoryBean">
17 <property name="config" value="WEB-INF/activemq.xml" />
18 <property name="start" value="true" />
19 </bean>
20 -->
21 </beans>