You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lasantha Ranaweera (JIRA)" <ji...@apache.org> on 2007/03/15 07:47:09 UTC

[jira] Commented: (GERONIMO-2961) Axis2: fix java.lang.ArrayIndexOutOfBoundsException when deploying the jaxws calculator example

    [ https://issues.apache.org/jira/browse/GERONIMO-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481060 ] 

Lasantha Ranaweera commented on GERONIMO-2961:
----------------------------------------------

I checked this patch and it looks correct to me. There are lot more to upgrade in the AxisServiceGenerator and I am currently working on it :). 


Thanks,
Lasantha 

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