Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 45908 invoked from network); 1 Oct 2009 12:37:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 12:37:51 -0000 Received: (qmail 80343 invoked by uid 500); 1 Oct 2009 12:37:51 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 80275 invoked by uid 500); 1 Oct 2009 12:37:51 -0000 Mailing-List: contact aries-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-dev@incubator.apache.org Received: (qmail 80208 invoked by uid 99); 1 Oct 2009 12:37:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 12:37:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 12:37:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E8A4234C055 for ; Thu, 1 Oct 2009 05:37:24 -0700 (PDT) Message-ID: <761734955.1254400644451.JavaMail.jira@brutus> Date: Thu, 1 Oct 2009 05:37:24 -0700 (PDT) From: "Rick McGuire (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Created: (ARIES-10) EventAdmin events not always including the bundle and extenderBundle version properties. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org EventAdmin events not always including the bundle and extenderBundle version properties. ---------------------------------------------------------------------------------------- Key: ARIES-10 URL: https://issues.apache.org/jira/browse/ARIES-10 Project: Aries Issue Type: Bug Components: Blueprint Reporter: Rick McGuire Section 121.12.3 defines the properties that MUST be set on all blueprint events published to the EventAdmin service. For the BUNDLE_VERSION properties and EXTENDER_BUNDLE_VERSION properties, these properties are not set if the bundles do not include a version headers. Since these properties are specified as mandatory, these properties should be getting set to Version.emptyVersion rather than left as null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.