Hi, I'm guessing that jackson-jaxrs isn't installed in your container? Try "packages:exports | grep org.codehaus.jackson.jaxrs to find if something is exporting the package you are looking for.
Bart Horré Anova r&d bvba On Thu, Feb 13, 2014 at 3:09 AM, Sana <[email protected]> wrote: > I have modified the pom.xml of example cxf-jaxrs feature to add the > jsonProvider dependencies > <dependency> > <groupId>org.codehaus.jackson</groupId> > <artifactId>jackson-jaxrs</artifactId> > <version>1.9.0</version> > </dependency> > > It builds sucessfully but when I do feature:install examples-cxf-jaxrs, I > get the below error > > Error executing command: Can not resolve feature: > Unsatisfied requirement(s): > --------------------------- > package:(&(package=org.codehaus.jackson.jaxrs)(version>=1.9.0)) > Apache ServiceMix :: Features :: Examples :: CXF JAX-RS OSGI > > I am new to OSGI and Servicemix. Please help figuring out the issue. > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Unsatisfied-error-when-deploying-tp5719012.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
