[
https://issues.apache.org/jira/browse/GERONIMO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor resolved GERONIMO-2961.
-----------------------------------
Resolution: Fixed
Patch committed. Revision: 518818
> Axis2: fix java.lang.ArrayIndexOutOfBoundsException when deploying the jaxws
> calculator example
> -----------------------------------------------------------------------------------------------
>
> Key: GERONIMO-2961
> URL: https://issues.apache.org/jira/browse/GERONIMO-2961
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: webservices
> Affects Versions: Wish List
> Environment: winxp + sun 1.5 sdk
> Reporter: Lin Sun
> Fix For: 2.0
>
> Attachments: G2961-new.patch, G2961.patch
>
>
> Getting the following example when deploying the calculator example for axis2
> (G2952). This is because the parameter is integer, thus
> strParamType.split(" ") length is 1.
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
> at
> org.apache.geronimo.axis2.AxisServiceGenerator.fillDocOperationInfo(A
> xisServiceGenerator.java:226)
> at
> org.apache.geronimo.axis2.AxisServiceGenerator.fillOperationInformati
> on(AxisServiceGenerator.java:169)
> at
> org.apache.geronimo.axis2.AxisServiceGenerator.getServiceFromWSDL(Axi
> sServiceGenerator.java:145)
> at
> org.apache.geronimo.axis2.Axis2WebServiceContainer.<init>(Axis2WebSer
> viceContainer.java:101)
> ... 38 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.