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 acrepo-exts-image Show documentation
Show all versions of acrepo-exts-image Show documentation
Repository Extension Services
<?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://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd 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://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"> <!-- OSGI blueprint property placeholder --> <cm:property-placeholder persistent-id="edu.amherst.acdc.exts.image" update-strategy="reload"> <cm:default-properties> <cm:property name="rest.port" value="9105"/> <cm:property name="rest.prefix" value="/image"/> <cm:property name="rest.host" value="localhost"/> <cm:property name="fcrepo.baseUrl" value="localhost:8080/fcrepo/rest"/> <cm:property name="fcrepo.authUsername" value=""/> <cm:property name="fcrepo.authPassword" value=""/> <cm:property name="convert.path" value="convert"/> <cm:property name="valid.formats" value="jpeg,jp2,tiff"/> </cm:default-properties> </cm:property-placeholder> <camelContext id="AcrepoImageService" xmlns="http://camel.apache.org/schema/blueprint"> <package>edu.amherst.acdc.exts.image</package> </camelContext> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy