This may be related to KARAF-3529. The problem occurs when karaf is restarted with bundles in the deploy folder.
The dependencies are resolved fine if the files are deployed after a 'karaf clean' with an empty deploy folder. Erwin. > On Feb 24, 2015, at 20:35, Erwin Hogeweg <[email protected]> wrote: > > Hi, > > I get the error message below when starting the Jackson Databind bundle, but > as far as I can see, everything is correct. What am I missing here? > > 171 | Active | 80 | 2.4.3 | Jackson-annotations > > karaf@root(bundle)> start 130 > Error executing command: Error executing command on bundles: > Error starting bundle130: Unresolved constraint in bundle > com.fasterxml.jackson.core.jackson-databind [130]: Unable to resolve 130.0: > missing requirement [130.0] osgi.wiring.package; > (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.4.0)(!(version>=2.5.0))) > karaf@root(bundle)> exports | grep fasterxml > com.fasterxml.jackson.annotation | 2.4.3 | > 171 | com.fasterxml.jackson.core.jackson-annotations > karaf@root(bundle)> > > OS X Yosemite > Java 7 > > Kind Regards, > > Erwin
