You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/08/02 12:08:52 UTC

[jira] Resolved: (AXIS2-3053) when i have a method that takes GenericArrayType as a parameter, my web service project cannot be deployed in geronimo

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

Davanum Srinivas resolved AXIS2-3053.
-------------------------------------

    Resolution: Fixed

Fixed both in branch (562063) and trunk (562064)

thanks,
dims

> when i have a method that takes GenericArrayType as a parameter, my web service project cannot be deployed in geronimo
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3053
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3053
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lin Sun
>             Fix For: 1.3
>
>         Attachments: axis2-3053.patch, axis2-3053.patch
>
>
> For example, I have the following parameter in one of the methods in my SEI -
>         @WebParam(name = "claimFormImage", targetNamespace = "http://test.apache.org")
>         byte[] claimFormImage,
> The deployment will fail because of a NPE (from line 1092 of ServiceDescriptionImpl.java) as we built an empty ParameterDescriptionComposite for it.
> The attached patch will check if the paramType is GenericArrayType, if so, set the ParameterDescriptionComposite  properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org