Hi Gert, It was a typo I have resolver="(obr)" with "()" in all my feature file.
feature xyz looks like this. It works when resolver="(obr)" is removed. <feature name="xyz" version=<> resolver="(obr)"> <bundle dependency=true>mvn:gruopID/artifactId/version/bundle1</bundle> <bundle>mvn:gruopID/artifactId/version/bundle2</bundle> </feature> What I thought was the bundle org.apache.felix.bundlerepository which in the startup properties file is required for obr resolver to work to resolve the dependencies but it is happening otherwise. It works when the obr bundle is uninstalled. What does this bundle org.apache.felix.bundlerepository do? What is its relation with resolver="(obr)"? Thanks! -- View this message in context: http://servicemix.396122.n5.nabble.com/obr-feature-tp5721909p5721932.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
