Hi,

We consider features based deployment in Karaf. Some of our bundles require
some paths to be configured. Is there a possibility to use variables
placeholders in features.xml? For example:

<feature name="service">
  <config name="service">
    location=${location.from.variable}
  </config>
</feature>

where ${location.from.variable} would vary between installations and could
be provided via environment variable or some other configuration?

Best regards
-- 
Daniel Łaś

Reply via email to