Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-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 72F377DCC for ; Fri, 25 Nov 2011 14:37:09 +0000 (UTC) Received: (qmail 94036 invoked by uid 500); 25 Nov 2011 14:37:09 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 93989 invoked by uid 500); 25 Nov 2011 14:37:08 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 93981 invoked by uid 99); 25 Nov 2011 14:37:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 14:37:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of geaaru@gmail.com designates 74.125.82.53 as permitted sender) Received: from [74.125.82.53] (HELO mail-ww0-f53.google.com) (74.125.82.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 14:37:00 +0000 Received: by wwf10 with SMTP id 10so3194040wwf.10 for ; Fri, 25 Nov 2011 06:36:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:subject:from:reply-to:to:date:content-type:x-mailer :content-transfer-encoding:mime-version; bh=/RHQgm3vZXRbVa0xRA7Tql7qmDeBfqLR/rb1FVmSQI8=; b=bo9sIfeWS4eViyu9n5Tb6/Mg/HEtzFQsE5sJgwZxnIuX0AOaYKN4dsaJWlHcYGev0n v5oQRSJAfFnFhtjNuIvJYLbgiIz3zlR4KvFw8yrax+g706q79kpJiYBhMaTUlS6nBgba /7TBnBekHM2R+0zsTRhIJYWkKgebmWPOv4S+s= Received: by 10.180.4.167 with SMTP id l7mr34680343wil.51.1322231800690; Fri, 25 Nov 2011 06:36:40 -0800 (PST) Received: from [192.168.1.140] (host170-152-static.43-88-b.business.telecomitalia.it. [88.43.152.170]) by mx.google.com with ESMTPS id z5sm10768329wix.5.2011.11.25.06.36.39 (version=SSLv3 cipher=OTHER); Fri, 25 Nov 2011 06:36:40 -0800 (PST) Message-ID: <1322231734.4111.6.camel@ironlight2.geaaru.homelinux.net> Subject: Issue on maven-bundle-plugin on export osgi service with property on blueprint From: "Ge@@ru" Reply-To: geaaru@gmail.com To: dev@felix.apache.org Date: Fri, 25 Nov 2011 15:35:34 +0100 Content-Type: text/plain; charset="ANSI_X3.4-1968" X-Mailer: Evolution 3.2.1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, i don't know if this is an issue or is correct. When it is create an osgi bundle with blueprint and service use property like this example: 2 On manifest property value isn't visible: Export-Service: it.test.helloword.HelloWord;version="" Is correct that value isn' present ? However, service and use of the properties are correct, all works fine. Thanks in advance. Geaaru