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
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.