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

OSGI-INF.persistent-job-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="persistent-job-storage">
   <implementation class="org.daisy.pipeline.persistence.impl.job.PersistentJobStorage"/>
   <service>
      <provide interface="org.daisy.pipeline.job.JobStorage"/>
   </service>
   <reference  name="script-registry" interface="org.daisy.pipeline.script.ScriptRegistry" bind="setRegistry" cardinality="1..1" policy="static"/> 
   <reference bind="setEntityManagerFactory" cardinality="1..1" interface="javax.persistence.EntityManagerFactory" name="entity-manager-factory" policy="static" target="(osgi.unit.name=pipeline-pu)"/>
   <reference bind="setConfigurator" interface="org.daisy.pipeline.job.RuntimeConfigurator" name="runtime-configurator" policy="static" cardinality="1..1"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy