Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 85331 invoked from network); 7 Jul 2010 13:10:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 13:10:17 -0000 Received: (qmail 78522 invoked by uid 500); 7 Jul 2010 13:10:17 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 78424 invoked by uid 500); 7 Jul 2010 13:10:14 -0000 Mailing-List: contact aries-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-dev@incubator.apache.org Received: (qmail 78415 invoked by uid 99); 7 Jul 2010 13:10:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 13:10:13 +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; Wed, 07 Jul 2010 13:10:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o67D9naD000823 for ; Wed, 7 Jul 2010 13:09:50 GMT Message-ID: <2646497.238841278508189384.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 09:09:49 -0400 (EDT) From: "Emily Jiang (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Created: (ARIES-351) If an EBA contains a deployment.mf, we should not convert any invalid bunldes but we don't want to throw an exception either. 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 If an EBA contains a deployment.mf, we should not convert any invalid bunldes but we don't want to throw an exception either. ----------------------------------------------------------------------------------------------------------------------------- Key: ARIES-351 URL: https://issues.apache.org/jira/browse/ARIES-351 Project: Aries Issue Type: Bug Components: Application Reporter: Emily Jiang Priority: Minor At the moment, we convert invalid bundles into valid ones even if a deployment.mf is present in an EBA. We should simply ignore the utility jars but we don't want to throw an exception either. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.