Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78CC610A7B for ; Wed, 26 Jun 2013 02:17:20 +0000 (UTC) Received: (qmail 23795 invoked by uid 500); 26 Jun 2013 02:17:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23704 invoked by uid 500); 26 Jun 2013 02:17:20 -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 23697 invoked by uid 99); 26 Jun 2013 02:17:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 02:17:20 +0000 Date: Wed, 26 Jun 2013 02:17:20 +0000 (UTC) From: "xiezhi (JIRA)" To: dev@geronimo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GERONIMO-6473) el_2.2 spec pass index of vararg not the real params 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-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693581#comment-13693581 ] xiezhi commented on GERONIMO-6473: ---------------------------------- It sounds you are right. > el_2.2 spec pass index of vararg not the real params > ---------------------------------------------------- > > Key: GERONIMO-6473 > URL: https://issues.apache.org/jira/browse/GERONIMO-6473 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: specs > Reporter: chunlinyao > > The line no 442 > Array.set(targetArray, i, expressionFactory.coerceToType(iCurrentIndex + i, componentClassType)); > Should be: > Array.set(targetArray, i, expressionFactory.coerceToType(params[iCurrentIndex + i], componentClassType)); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira