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

OSGI-INF.webservice-storage.xml Maven / Gradle / Ivy

There is a newer version: 2.1.11
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="webservice-storage">
   <implementation class="org.daisy.pipeline.persistence.impl.webservice.PersistentWebserviceStorage"/>
   <service>
      <provide interface="org.daisy.pipeline.webserviceutils.storage.WebserviceStorage"/>
   </service>
   <reference bind="setEntityManagerFactory" cardinality="1..1" interface="javax.persistence.EntityManagerFactory" name="entity-manager-factory" policy="static" target="(osgi.unit.name=pipeline-pu)"/>
   
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy