You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2013/07/01 17:09:23 UTC

[jira] [Resolved] (GERONIMO-6473) el_2.2 spec pass index of vararg not the real params

     [ https://issues.apache.org/jira/browse/GERONIMO-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-6473.
----------------------------

       Resolution: Duplicate
    Fix Version/s: 1.x
    
> 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
>             Fix For: 1.x
>
>
> 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