From dev-return-7414-apmail-karaf-dev-archive=karaf.apache.org@karaf.apache.org Tue Jun 17 03:48:37 2014 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 2074D1160C for ; Tue, 17 Jun 2014 03:48:37 +0000 (UTC) Received: (qmail 14218 invoked by uid 500); 17 Jun 2014 03:48:36 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 14169 invoked by uid 500); 17 Jun 2014 03:48:36 -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 14152 invoked by uid 99); 17 Jun 2014 03:48:36 -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:48:36 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of boards@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 03:48:33 +0000 Received: by mail-oa0-f42.google.com with SMTP id eb12so7244463oac.1 for ; Mon, 16 Jun 2014 20:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YLPn6M3W5RPqQahEMFz+BvQbtVK+j2bHII3z2QYQ410=; b=zp5p+8z4Ou5uk/7j4Ougja93NzQgEooM1yUAXHOZgGwlPHlw0ptR5selmr+3hCV62P 5dhzSuHaTghj+CtXTnwiLbFFRVOg7xUjRDeM21YYi2/kLAo3+Xkxb4F0Zxu3MckqfLXz oD+J9uZ8c+Pw0jqV808hssxnTNpgGJWyLHxrJiK1Kw8CtUUaLlttRiS8tqzuqQ5xDT9c IexyjdVhA0Lc05CQuVhPuFpDeOdududAlzp4meYM3MGU3HGSuzPQQWzw7uHqTNkOrLmD fDbk0a0g7jiI9+V/SlnKMX8/YQ/3rshkw6fi7jDXQLQNwacfof+UD5do1JHujkIwN8kf O0CQ== MIME-Version: 1.0 X-Received: by 10.182.76.38 with SMTP id h6mr24050502obw.8.1402976889256; Mon, 16 Jun 2014 20:48:09 -0700 (PDT) Received: by 10.76.128.171 with HTTP; Mon, 16 Jun 2014 20:48:09 -0700 (PDT) In-Reply-To: <1402976727976-4033554.post@n3.nabble.com> References: <1402966477408-4033550.post@n3.nabble.com> <1402976727976-4033554.post@n3.nabble.com> Date: Mon, 16 Jun 2014 22:48:09 -0500 Message-ID: Subject: Re: Missing Constraint: Import-Package: com.sun.jersey.api.client From: Matt Sicker To: Karaf Developers List Content-Type: multipart/alternative; boundary=047d7b4503ca1d1ddd04fc00032c X-Virus-Checked: Checked by ClamAV on apache.org --047d7b4503ca1d1ddd04fc00032c Content-Type: text/plain; charset=UTF-8 What do you get when you run headers on those bundle IDs? Or running diag? On 16 June 2014 22:45, SapnaB wrote: > 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. > -- Matt Sicker --047d7b4503ca1d1ddd04fc00032c--