Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22930 invoked from network); 31 Aug 2010 01:43:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 01:43:17 -0000 Received: (qmail 42664 invoked by uid 500); 31 Aug 2010 01:43:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42449 invoked by uid 500); 31 Aug 2010 01:43:16 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42442 invoked by uid 99); 31 Aug 2010 01:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 01:43:16 +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; Tue, 31 Aug 2010 01:43:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7V1gt0f016079 for ; Tue, 31 Aug 2010 01:42:55 GMT Message-ID: <21563900.85281283218975580.JavaMail.jira@thor> Date: Mon, 30 Aug 2010 21:42:55 -0400 (EDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-4912) Should plugins be packed jar files or exploded? In-Reply-To: <1586737249.1255715431357.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/GERONIMO-4912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-4912. ---------------------------------- Resolution: Invalid I haven't heard of problems recently so think this is working ok. > Should plugins be packed jar files or exploded? > ----------------------------------------------- > > Key: GERONIMO-4912 > URL: https://issues.apache.org/jira/browse/GERONIMO-4912 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: osgi > Affects Versions: 3.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 3.0 > > > Currently the osgi framework only works with plugins packed as jar files, not exploded jar files like the regular geronimo server. Since osgi can deal with classpaths inside a jar file, I rather think that we should proceed with this as standard practice for the rest of the server. However this will mean moving the archiving functionality out of the car-maven-plugin and into the deployer. > The alternative is to make sure that unpacked plugins actually work in osgi. I didn't experiment with this at all. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.