Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 14092 invoked from network); 1 Jul 2010 22:08:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 22:08:52 -0000 Received: (qmail 2325 invoked by uid 500); 1 Jul 2010 22:08:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2249 invoked by uid 500); 1 Jul 2010 22:08:51 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 2242 invoked by uid 99); 1 Jul 2010 22:08: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 Jul 2010 22:08: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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 22:08:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o61M0vLL002734 for ; Thu, 1 Jul 2010 22:00:57 GMT Message-ID: <13306593.162891278021657141.JavaMail.jira@thor> Date: Thu, 1 Jul 2010 18:00:57 -0400 (EDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Reopened: (DERBY-4574) derby.jar not a valid R4 OSGi bundle In-Reply-To: <1327816601.20491267370225793.JavaMail.jira@brutus.apache.org> 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 [ https://issues.apache.org/jira/browse/DERBY-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden reopened DERBY-4574: ----------------------------------- reopen for 10.5 back port > derby.jar not a valid R4 OSGi bundle > ------------------------------------ > > Key: DERBY-4574 > URL: https://issues.apache.org/jira/browse/DERBY-4574 > Project: Derby > Issue Type: Bug > Affects Versions: 10.5.3.0 > Reporter: Alasdair Nottingham > Assignee: Bryan Pendleton > Fix For: 10.6.1.0 > > Attachments: addBundleManifestVersion.diff > > > The derby.jar has all the bundle metadata you would expect for it to be an OSGi bundle, except for the Bundle-ManifestVersion header. As a result it is not a valid R4 bundle, but will be treated as an R3 bundle. > Looking at the metadata provided it looks as if the bundle should be an R4 bundle. Adding the following will make it a proper R4 bundle. > Bundle-ManifestVersion: 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.