Hi, In service mix, I am using feature for deploying my bundles. Something like
<feature name="abc" version=<> resolver="obr"> <feature version=<>>xyz</feature> <bundle>mvn:gruopID/artifactId/version/bundle</bundle> </feature> When I do features:install abc, it fails because feature xyz is not installed. But after i install and uninstall obr and do features:install abc, it works becuase xyz also gets installed. Here is what I did, features:install obr features:uninstall obr features:install abc Not sure what is the hidden thing that kicks in for feature deployment to work properly after installing and uninstalling obr when obr itself is not installed initially. Please advice. Thanks! -- View this message in context: http://servicemix.396122.n5.nabble.com/obr-feature-tp5721909.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
