Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DB7B17FF3 for ; Sat, 19 Sep 2015 01:20:04 +0000 (UTC) Received: (qmail 69311 invoked by uid 500); 19 Sep 2015 01:20:04 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 69263 invoked by uid 500); 19 Sep 2015 01:20:04 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 69217 invoked by uid 99); 19 Sep 2015 01:20:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2015 01:20:04 +0000 Date: Sat, 19 Sep 2015 01:20:04 +0000 (UTC) From: "John Ross (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARIES-1410) The FelixResourceAdapter does not return all capabilities when given a null namespace. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Ross created ARIES-1410: -------------------------------- Summary: The FelixResourceAdapter does not return all capabilities when given a null namespace. Key: ARIES-1410 URL: https://issues.apache.org/jira/browse/ARIES-1410 Project: Aries Issue Type: Bug Components: Subsystem Affects Versions: subsystem-2.0.2 Reporter: John Ross Assignee: John Ross This is a bug spawned from ARIES-1357, specifically from a group of comments starting with https://issues.apache.org/jira/browse/ARIES-1357?focusedCommentId=14743649&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14743649. The adapter responsible for adapting org.apache.felix.bundlerepository.Resource into org.osgi.resource.Resource does not return all capabilities given a null namespace as required by the org.osgi.resource.Resource interface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)