Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 31971 invoked from network); 23 Nov 2009 12:36:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 12:36:04 -0000 Received: (qmail 77719 invoked by uid 500); 23 Nov 2009 12:36:03 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 77637 invoked by uid 500); 23 Nov 2009 12:36:03 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 77628 invoked by uid 99); 23 Nov 2009 12:36:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 12:36:02 +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; Mon, 23 Nov 2009 12:36:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88795234C04C for ; Mon, 23 Nov 2009 04:35:39 -0800 (PST) Message-ID: <160966264.1258979739544.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 12:35:39 +0000 (UTC) From: "Bertrand Delacretaz (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2401) OSGi bundle symbolic names changed due to changes in maven-bundle-plugin 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 OSGi bundle symbolic names changed due to changes in maven-bundle-plugin ------------------------------------------------------------------------ Key: JCR-2401 URL: https://issues.apache.org/jira/browse/JCR-2401 Project: Jackrabbit Content Repository Issue Type: Bug Components: maven Affects Versions: 2.0-beta3 Reporter: Bertrand Delacretaz Priority: Minor See FELIX-1886 - I have noticed this with jackrabbit-jcr-commons 2.0-beta3 but I assume all modules which use maven-bundle-plugin are affected. Having bundle symbolic name changes is problematic as OSGi frameworks then consider the old a new bundles to be different components, instead of different versions of the same component. The simplest way to go back to the previous symbolic names is probably to use the maven-bundle-plugin config workaround described in FELIX-1886, in the jackrabbit parent pom (or whever that plugin is configured). I'll try that and supply a patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.