Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07DD0200B6D for ; Mon, 8 Aug 2016 14:50:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 069C4160A8F; Mon, 8 Aug 2016 12:50:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 731C8160A91 for ; Mon, 8 Aug 2016 14:50:21 +0200 (CEST) Received: (qmail 77764 invoked by uid 500); 8 Aug 2016 12:50:20 -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 77718 invoked by uid 99); 8 Aug 2016 12:50:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 12:50:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 754802C0D5E for ; Mon, 8 Aug 2016 12:50:20 +0000 (UTC) Date: Mon, 8 Aug 2016 12:50:20 +0000 (UTC) From: "Dominik Przybysz (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ARIES-1589) Blueprint-maven-plugin does not handle service reference filter correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 12:50:22 -0000 [ https://issues.apache.org/jira/browse/ARIES-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Przybysz resolved ARIES-1589. ------------------------------------- Resolution: Works for Me > Blueprint-maven-plugin does not handle service reference filter correctly > ------------------------------------------------------------------------- > > Key: ARIES-1589 > URL: https://issues.apache.org/jira/browse/ARIES-1589 > Project: Aries > Issue Type: Bug > Components: Blueprint > Affects Versions: blueprint-maven-plugin-1.4.0 > Reporter: Charlie Mordant > Assignee: Dominik Przybysz > Original Estimate: 24h > Remaining Estimate: 24h > > When trying to reference a filtered service with pax-cdi-api annotation i.e.: > [code] > @OsgiService(filter="(component-type=jmsXA)") > private ConnectionFactory connectionFactory > [/code] > The generated blueprint adds the filter as a 'component-name' attribute instead of filling the 'filter' attribute. -- This message was sent by Atlassian JIRA (v6.3.4#6332)