L.S.,
Does it work if you remove the resolver="obr" bit entirely or if you use resolver="(obr)" (which makes the OBR resolver optional instead of mandatory)? Regards, Gert Vanthienen On Wed, Nov 26, 2014 at 5:10 AM, Sana <[email protected]> wrote: > 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.
