From dev-return-77899-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun Nov 01 14:45:23 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 30334 invoked from network); 1 Nov 2009 14:45:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 14:45:23 -0000 Received: (qmail 57628 invoked by uid 500); 1 Nov 2009 14:45:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 57543 invoked by uid 500); 1 Nov 2009 14:45:22 -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 57535 invoked by uid 99); 1 Nov 2009 14:45:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 14:45:22 +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; Sun, 01 Nov 2009 14:45:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A736234C1F2 for ; Sun, 1 Nov 2009 06:44:59 -0800 (PST) Message-ID: <676085068.1257086699355.JavaMail.jira@brutus> Date: Sun, 1 Nov 2009 14:44:59 +0000 (UTC) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4921) Figure out how to handle OSGI cache in Geronimo In-Reply-To: <612563652.1256178479369.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-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772324#action_12772324 ] Ivan commented on GERONIMO-4921: -------------------------------- I asked it in Felix forum, seems that while mvn style protocol is used, Felix will read the bundle from the stream, then save it in the cache. http://old.nabble.com/Change-the-behavior-of-the-bundle-installation-with-mvn-url-protocol-td26108064.html So it seems that if we need to enable the file reference in OSGI to avoid file copying, the only way I could see is to use reference:file url for bundle installation. But if we do that, we can not use location to identify the bundle, for two urls may point to the same bundle. > Figure out how to handle OSGI cache in Geronimo > ----------------------------------------------- > > Key: GERONIMO-4921 > URL: https://issues.apache.org/jira/browse/GERONIMO-4921 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: osgi > Affects Versions: 3.0 > Reporter: Ivan > Fix For: 3.0 > > > Some install/uninstall action should be done via OSGI API or Karaf functions more easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.