Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 761CC11654 for ; Fri, 23 May 2014 21:15:03 +0000 (UTC) Received: (qmail 25205 invoked by uid 500); 23 May 2014 21:15:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 25180 invoked by uid 500); 23 May 2014 21:15:03 -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 25172 invoked by uid 99); 23 May 2014 21:15:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 21:15:03 +0000 Date: Fri, 23 May 2014 21:15:03 +0000 (UTC) From: "Charlie Mordant (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-4120) derbyclient.jar is not a complete OSGi bundle 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=14007711#comment-14007711 ] Charlie Mordant commented on DERBY-4120: ---------------------------------------- Why is it resolved? It's not resolved at all! derby.jar and derbyclient.jar are both exporting org.apache.derby.jdbc package, thus make it impossible to have a derby db and a client on the same OSGI runtime... > 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 > Fix For: 10.5.3.1, 10.6.1.0 > > Attachments: addToManifest.diff > > > 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 was sent by Atlassian JIRA (v6.2#6252)