]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.server/src/main/resources/org/argeo/slc/server/client/spring.xml
Remote shutdown
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / src / main / resources / org / argeo / slc / server / client / spring.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"
4 xmlns:aop="http://www.springframework.org/schema/aop"
5 xmlns:tx="http://www.springframework.org/schema/tx"
6 xsi:schemaLocation="
7 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
8 default-lazy-init="true">
9
10 <import resource="classpath:org/argeo/slc/castor/spring.xml" />
11
12 <!-- Http client -->
13 <bean id="slcDefault.serverHttpClient" class="org.argeo.slc.server.client.impl.SlcServerHttpClientImpl"
14 lazy-init="true">
15 <property name="unmarshaller" ref="slcDefault.castor.marshaller" />
16 <property name="marshaller" ref="slcDefault.castor.marshaller" />
17 <property name="baseUrl" value="http://localhost:7070/org.argeo.slc.webapp/" />
18 </bean>
19 </beans>