Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 3105 invoked from network); 16 May 2009 09:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 May 2009 09:15:10 -0000 Received: (qmail 70205 invoked by uid 500); 16 May 2009 09:15:10 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 70138 invoked by uid 500); 16 May 2009 09:15:10 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 70128 invoked by uid 99); 16 May 2009 09:15:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2009 09:15:10 +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; Sat, 16 May 2009 09:15:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9842A234C044 for ; Sat, 16 May 2009 02:14:45 -0700 (PDT) Message-ID: <1703251931.1242465285622.JavaMail.jira@brutus> Date: Sat, 16 May 2009 02:14:45 -0700 (PDT) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Subject: [jira] Resolved: (FELIX-1163) Improve error message when an array cannot be created due to a classloading issue In-Reply-To: <607117894.1242461805652.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/FELIX-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-1163. -------------------------------------- Resolution: Fixed > Improve error message when an array cannot be created due to a classloading issue > --------------------------------------------------------------------------------- > > Key: FELIX-1163 > URL: https://issues.apache.org/jira/browse/FELIX-1163 > Project: Felix > Issue Type: Improvement > Components: iPOJO > Affects Versions: iPOJO-1.2.0 > Reporter: Clement Escoffier > Assignee: Clement Escoffier > Fix For: iPOJO-1.4.0 > > Attachments: StackTrace > > Original Estimate: 0h > Remaining Estimate: 0h > > When a service object cannot be created due to a classloading issue an ArrayStoreException is thorwn (for aggregate dependency). This message is a little bit misleading. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.