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 3C4FB11686 for ; Fri, 23 May 2014 21:17:02 +0000 (UTC) Received: (qmail 28063 invoked by uid 500); 23 May 2014 21:17:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28031 invoked by uid 500); 23 May 2014 21:17:02 -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 28022 invoked by uid 99); 23 May 2014 21:17:02 -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:17:02 +0000 Date: Fri, 23 May 2014 21:17:02 +0000 (UTC) From: "Charlie Mordant (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DERBY-6586) CLONE - derbyclient.jar conflict with derby.jar on package export, which is problematic on OSGI environment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Charlie Mordant created DERBY-6586: -------------------------------------- Summary: CLONE - derbyclient.jar conflict with derby.jar on package export, which is problematic on OSGI environment Key: DERBY-6586 URL: https://issues.apache.org/jira/browse/DERBY-6586 Project: Derby Issue Type: Bug Components: Eclipse Plug-in, Services Affects Versions: 10.4.2.0 Environment: OSGi Reporter: Charlie Mordant Assignee: Bryan Pendleton Fix For: 10.5.3.1, 10.6.1.0 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)