Hello,

I am trying instead to install bundles using the OBR feature resolver.

I set up my own little feature file:

<features name="myfeatures-1.0.0-SNAPSHOT"
xmlns="http://karaf.apache.org/xmlns/features/v1.0.0";>
    <feature name="myfeature" description="My Great Feature"
version="1.0.0-SNAPSHOT" resolver="(obr)">
        <bundle
start-level="80">mvn:com.mycompany/myfeature-bundle/1.0.0-SNAPSHOT</bundle>
    </feature>
</features>

This works great and it installs and retrieves, installs and resolves
dependent bundles from my obr repositories. How do I get the dependent
bundles to be automatically started through?

As well myfeature-bundle depends on netty yet when I install this way
osgi.cmpn does not get pulled in. Is there any difference installing this
way instead of using obr:deploy (myfeature-bundle is in maven and the obr
repository)?

thanks in advance,
Gareth





--
View this message in context: 
http://karaf.922171.n3.nabble.com/A-Basic-OBR-Question-tp4025744p4025773.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to