Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73989 invoked from network); 23 Oct 2009 01:00:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 01:00:22 -0000 Received: (qmail 27712 invoked by uid 500); 23 Oct 2009 01:00:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27691 invoked by uid 500); 23 Oct 2009 01:00:21 -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 27683 invoked by uid 99); 23 Oct 2009 01:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 01:00:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Fri, 23 Oct 2009 01:00:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5FB1E234C045 for ; Thu, 22 Oct 2009 17:59:59 -0700 (PDT) Message-ID: <1178827777.1256259599384.JavaMail.jira@brutus> Date: Fri, 23 Oct 2009 00:59:59 +0000 (UTC) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4120) derbyclient.jar is not a complete OSGi bundle In-Reply-To: <402204106.1238072814684.JavaMail.jira@brutus> 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/DERBY-4120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769009#action_12769009 ] Bryan Pendleton commented on DERBY-4120: ---------------------------------------- After reading through the papers a bit, and looking at the actual contents of derbyclient.jar, it seems to me that the only thing we should put into the Manifest for derbyclient.jar is: Export-Package: org.apache.derby.jdbc I think that all the other packages in derbyclient.jar are internal, and the only externally-visible package should be the above package, which contains ClientDriver.class I'll try that change, as it is the smallest and most focused. > derbyclient.jar is not a complete OSGi bundle > --------------------------------------------- > > Key: DERBY-4120 > URL: https://issues.apache.org/jira/browse/DERBY-4120 > Project: Derby > Issue Type: Bug > Components: Eclipse Plug-in, Services > Affects Versions: 10.4.2.0 > Environment: OSGi > Reporter: JJ Snyder > Assignee: Bryan Pendleton > > The manifest in derbyclient.jar is incomplete for usage in OSGi. There are no packages exported. This appears to only be a problem in standalone equinox (outside of eclipse). Note that I did not try other OSGi containers. > The fix is relatively simple. Adding the Export-Package manifest header should take care of the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.