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 A5E0018EEB for ; Tue, 7 Jul 2015 20:29:07 +0000 (UTC) Received: (qmail 57023 invoked by uid 500); 7 Jul 2015 20:29:05 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 56982 invoked by uid 500); 7 Jul 2015 20:29:05 -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 55856 invoked by uid 99); 7 Jul 2015 20:29:05 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 20:29:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 179141A6881 for ; Tue, 7 Jul 2015 20:29:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id sHW7qtBZ79c6 for ; Tue, 7 Jul 2015 20:28:57 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 2ADA3249E9 for ; Tue, 7 Jul 2015 20:28:57 +0000 (UTC) Received: by wiga1 with SMTP id a1so267100482wig.0 for ; Tue, 07 Jul 2015 13:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=0FA2j5rmJgdaZJzzihVqiPNTa/VT27OOwECEg3TgcS8=; b=tCXkrK088IvmYIjsiCUAUZRs0j9v7JPZjNB36D8uid2cUS8f68zaFwyDLwCQVcCcBz 6onTwpAc/OLM9wNfY5SrHMIzpdBy7ZdVvNXzts+yK+Dx7KXcwKb9g2IlosATNkm5EJk3 Cc7WYUgmwN9PwDzSAcV5yxRDTevwRyTiuKW7gLHFbF+JzGOMMntmBarId5XDwn6w2UH5 eASft3n9h6u932uDFnZi7oLZW9T6b7Dfyjch0DlFRHu6LqtFb6iLi8WJdAbUSnlNh7Ri h2a8rDB/OpmgTcC3BiOOP5mZfAQGOerpsDPO3Kr1CmHBQmO4LvOumN1WNHqzJ3CCpvNG Xl7Q== X-Received: by 10.180.76.8 with SMTP id g8mr101050108wiw.79.1436300935954; Tue, 07 Jul 2015 13:28:55 -0700 (PDT) Received: from [192.168.2.187] (host86-141-130-63.range86-141.btcentralplus.com. [86.141.130.63]) by mx.google.com with ESMTPSA id d5sm1677052wiz.24.2015.07.07.13.28.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 Jul 2015 13:28:55 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: Talking to an OBR repo From: Neil Bartlett In-Reply-To: Date: Tue, 7 Jul 2015 21:28:54 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: users@felix.apache.org X-Mailer: Apple Mail (2.1990.1) Hi Benson, First, why not read the Repository Service Specification? OSGi = compendium R5, chapter 132. Regards, Neil > On 7 Jul 2015, at 21:25, Benson Margulies = wrote: >=20 > Reading org.apache.felix.gogo.command.OBR, I see that it uses a > felix-specific service which in turn talks to > org.osgi.service.repository.Repository. I'm hoping to write some > container-independent code to look for things in an OBR repo; can > anyone advise? Should I just learn from > org.apache.felix.bundlerepository.impl.OSGiRepositoryImpl? >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org