Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A080115F0 for ; Tue, 17 Jun 2014 03:45:55 +0000 (UTC) Received: (qmail 10900 invoked by uid 500); 17 Jun 2014 03:45:54 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 10847 invoked by uid 500); 17 Jun 2014 03:45:54 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 10836 invoked by uid 99); 17 Jun 2014 03:45:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 03:45:54 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of sapnabhargava.sb@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 03:45:52 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WwkKt-0007BU-Vi for dev@karaf.apache.org; Mon, 16 Jun 2014 20:45:27 -0700 Date: Mon, 16 Jun 2014 20:45:27 -0700 (PDT) From: SapnaB To: dev@karaf.apache.org Message-ID: <1402976727976-4033554.post@n3.nabble.com> In-Reply-To: References: <1402966477408-4033550.post@n3.nabble.com> Subject: Re: Missing Constraint: Import-Package: com.sun.jersey.api.client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.