OK, I think I understand the resolution difference. From the features-obr.xml
blueprint:
<ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]"
ignore-missing-locations="true">
<ext:default-properties>
<ext:property name="resolveOptionalImports" value="false"/>
</ext:default-properties>
<ext:location>file:$(karaf.base)/etc/org.apache.karaf.features.obr.cfg</ext:location>
</ext:property-placeholder>
<bean id="obrResolver"
class="org.apache.karaf.features.obr.internal.ObrResolver">
<property name="repositoryAdmin" ref="repositoryAdmin" />
<property name="resolveOptionalImports"
value="$[resolveOptionalImports]" />
</bean>
So I assume this configuration does not apply when you execute obr:deploy?
Still trying to figure out how to auto-start these dependent bundles. If
someone could point me to how to do that it would be a big help (I don't see
the answer in the documentation or the forums).
thanks in advance,
Gareth
--
View this message in context:
http://karaf.922171.n3.nabble.com/A-Basic-OBR-Question-tp4025744p4025775.html
Sent from the Karaf - User mailing list archive at Nabble.com.