All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring.service-osgi-context.xml Maven / Gradle / Ivy

There is a newer version: 3.3-20170504
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:context="http://www.springframework.org/schema/context"
    xmlns:osgi="http://www.springframework.org/schema/osgi"
    xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"
    xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd
http://www.springframework.org/schema/osgi-compendium
http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd">

    <osgi:service ref="admissionTransmogrifier" 
        interface="org.openehealth.ipf.commons.core.modules.api.Transmogrifier">
    </osgi:service>

    <!--
        Obtain config from configuration admin service or fallback to default.
     -->
    <context:property-placeholder properties-ref="serviceProperties" />

    <!-- Configuration Admin entry -->
    <osgix:cm-properties id="serviceProperties" persistent-id="org.openehealth.ipf.tutorials.osgi.service">
        <prop key="service.sending.facility">DEF</prop>
    </osgix:cm-properties>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy