
OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pandora-exts-encoder Show documentation
Show all versions of pandora-exts-encoder Show documentation
Repository Extension Services
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0" xsi:schemaLocation=" http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.1.0.xsd http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"> <!-- OSGi blueprint property placeholder --> <cm:property-placeholder id="properties" persistent-id="cool.pandora.exts.encoder" update-strategy="reload"> <cm:default-properties> <cm:property name="error.maxRedeliveries" value="10"/> <cm:property name="input.stream" value="broker:topic:fedora"/> <cm:property name="reserialization.stream" value="broker:queue:encoder"/> <cm:property name="filter.containers" value="http://localhost:8080/fcrepo/rest/audit"/> <cm:property name="image.processor.uri" value="http://localhost/services"/> <cm:property name="serialization.binaries" value="/tmp/binaries"/> <cm:property name="fcrepo.base.uri" value="http://localhost:8080/fcrepo/rest/collection/"/> </cm:default-properties> </cm:property-placeholder> <reference id="broker" interface="org.apache.camel.Component" filter="(osgi.jndi.service.name=fcrepo/Broker)"/> <reference id="fcrepo" interface="org.apache.camel.Component" filter="(osgi.jndi.service.name=fcrepo/Camel)"/> <camelContext id="PandoraEncoder" xmlns="http://camel.apache.org/schema/blueprint"> <package>cool.pandora.exts.encoder</package> </camelContext> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy