Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AA329B46 for ; Mon, 19 Mar 2012 08:18:12 +0000 (UTC) Received: (qmail 97024 invoked by uid 500); 19 Mar 2012 08:18:11 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 96415 invoked by uid 500); 19 Mar 2012 08:18:08 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 96380 invoked by uid 99); 19 Mar 2012 08:18:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 08:18:07 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Mar 2012 08:17:58 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKT2broKQQVZNsneQ7fUX/q1L88M85Q2Y7@postini.com; Mon, 19 Mar 2012 01:17:37 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q2J8FYJ0009772 for ; Mon, 19 Mar 2012 01:15:34 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q2J8HZMM000233 for ; Mon, 19 Mar 2012 01:17:35 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas03.corp.adobe.com (10.8.189.121) with Microsoft SMTP Server (TLS) id 8.3.245.1; Mon, 19 Mar 2012 01:17:35 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Mon, 19 Mar 2012 08:17:34 +0000 From: Felix Meschberger To: "users@felix.apache.org" Date: Mon, 19 Mar 2012 08:17:32 +0000 Subject: Re: declare Component Instance Thread-Topic: declare Component Instance Thread-Index: Ac0FqLvKXxBUSTIrQ4ScYdeUsLqnng== Message-ID: References: In-Reply-To: Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am 17.03.2012 um 02:31 schrieb Fairouz Fakhfakh: > Hello, > I have a problem with declaring component instance: > ComponentInstance cannot be resolved to a type A ComponentInstance is returned from a ComponentFactory service. After all, you need to add OSGi Compendium 4.0 (or higher) library as a dep= endency to your project. Regards Felix >=20 > I try to add : import org.osgi.service.component.ComponentInstance; > But Eclipse generates this error: > The import org.osgi.service.component cannot be resolved >=20 > So, can someone help me to resolve this problem? > Thank you for answaring me. > Best regards, >=20 > -- > Fairouz Fakhfakh >=20 > Master Student > National School of Engineers of SFAX >=20 > Research group ReDCAD > http://WWW.redcad.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org