Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 9781 invoked from network); 7 Feb 2011 21:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 21:01:18 -0000 Received: (qmail 65283 invoked by uid 500); 7 Feb 2011 21:01:18 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 65245 invoked by uid 500); 7 Feb 2011 21:01:18 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 65237 invoked by uid 99); 7 Feb 2011 21:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 21:01:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 21:01:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6D73B198865 for ; Mon, 7 Feb 2011 21:00:57 +0000 (UTC) Date: Mon, 7 Feb 2011 21:00:57 +0000 (UTC) From: "Andreas Pieber (JIRA)" To: issues@karaf.apache.org Message-ID: <155657374.704.1297112457445.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (KARAF-448) Make scanning for MANIFEST.MF in jar consistent between osgi:install and feature:install MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Make scanning for MANIFEST.MF in jar consistent between osgi:install and feature:install ---------------------------------------------------------------------------------------- Key: KARAF-448 URL: https://issues.apache.org/jira/browse/KARAF-448 Project: Karaf Issue Type: Improvement Components: console, runtime Affects Versions: 2.1.3, 2.2.0 Reporter: Andreas Pieber Assignee: Andreas Pieber Fix For: 3.0.0 Currently osgi:install works if the MANIFEST.MF could not be found in first place of a jar and features:install fails in the same situation. First of all the behavior between those two commands should be made consistent; secondly they should not fail if the MANIFEST.MF couldn't be found on the first place but should rather log a warning and continue till one could be found. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira