Hi Matt, I installed all the required jersey jars in karaf and started them too as below:
install mvn:com.sun.jersey/jersey-core/1.18.1 install mvn:com.sun.jersey/jersey-server/1.18.1 install mvn:javax.ws.rs/jsr311-api/1.1.1 install mvn:com.sun.jersey/jersey-json/1.18.1 install mvn:org.codehaus.jackson/jackson-core-asl/1.9.2 install mvn:org.codehaus.jackson/jackson-jaxrs/1.9.2 install mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.2 install mvn:org.codehaus.jettison/jettison/1.1 start 362 363 364 365 366 367 368 369 But I still get the same error on starting my bundle: Unable to start bundle 370: The bundle "Test_0.0.1.SNAPSHOT [370]" could not be resolved. Reason: Missing Constraint: Import-Package: com.sun.jersey.api.client; version="[1.18.0,2.0.0)" -Sapna -- View this message in context: http://karaf.922171.n3.nabble.com/Missing-Constraint-Import-Package-com-sun-jersey-api-client-tp4033550p4033554.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
