blob: e968f842f4784676f3f6be5f97e05943aed5f25e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.smila.processing.bpel.storage">
<implementation class="org.eclipse.smila.processing.bpel.internal.ObjectStoreWorkflowStorage"/>
<property name="storeName" type="String" value="bpel"/>
<reference bind="setObjectStore" cardinality="1..1" interface="org.eclipse.smila.objectstore.ObjectStoreService" name="ObjectStoreService" policy="static" unbind="unsetObjectStore"/>
<service>
<provide interface="org.eclipse.smila.processing.bpel.WorkflowStorage"/>
</service>
</scr:component>