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 4B17610AA3 for ; Wed, 26 Aug 2015 16:01:46 +0000 (UTC) Received: (qmail 33193 invoked by uid 500); 26 Aug 2015 16:01:46 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 33153 invoked by uid 500); 26 Aug 2015 16:01:45 -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 33139 invoked by uid 99); 26 Aug 2015 16:01:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 16:01:45 +0000 Date: Wed, 26 Aug 2015 16:01:45 +0000 (UTC) From: "John Ross (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARIES-1274) Classname ignored on Subsystem-ImportService MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARIES-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14714254#comment-14714254 ] John Ross commented on ARIES-1274: ---------------------------------- David, I've seen new code involving wildcard character support that I believe is related to this? Can this be closed? > Classname ignored on Subsystem-ImportService > --------------------------------------------- > > Key: ARIES-1274 > URL: https://issues.apache.org/jira/browse/ARIES-1274 > Project: Aries > Issue Type: Bug > Components: Subsystem > Affects Versions: subsystem-core-1.0.0, subsystem-core-1.1.0 > Reporter: David Bosschaert > > The Subsystem-ImportService has the following syntax (spec 134.2.1.10): > org.acme.billing.Account; filter:="(type=premium)" > However the Aries implementation ignores the classname in the filter. This should not be the case. > An easy way to reproduce it is to take the test from [1] and change > {{Subsystem-ImportService: *;filter:="(test=testCompositeServiceImports)"}} > to > {{Subsystem-ImportService: org.foo.NonExistant;filter:="(test=testCompositeServiceImports)"}} > in the SUBSYSTEM.MF file. > You will see that the test still passes even though the org.foo.NonExistant service does not exist. > [1] https://github.com/bosschaert/aries/blob/08b9dc15c43feaae8588566de65edba4011dbba8/subsystem/subsystem-itests/src/test/resources/composite2/OSGI-INF/SUBSYSTEM.MF -- This message was sent by Atlassian JIRA (v6.3.4#6332)