chunlinyao created GERONIMO-6473:
------------------------------------
Summary: 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