]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/server/org.argeo.slc.server.castor/META-INF/spring/castor-osgi.xml
Configure server modules as projects
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.server.castor / META-INF / spring / castor-osgi.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:osgi="http://www.springframework.org/schema/osgi"
4 xsi:schemaLocation="http://www.springframework.org/schema/osgi
5 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
6 http://www.springframework.org/schema/beans
7 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
8
9 <import resource="classpath:org/argeo/slc/castor/spring.xml" />
10
11 <osgi:service ref="slcDefault.castor.marshaller">
12 <osgi:interfaces>
13 <value>org.springframework.oxm.Marshaller
14 </value>
15 <value>org.springframework.oxm.Unmarshaller
16 </value>
17 </osgi:interfaces>
18 </osgi:service>
19 </beans>