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 "Lin Sun (JIRA)" <ji...@apache.org> on 2007/08/02 04:47:52 UTC

[jira] Updated: (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 ]

Lin Sun updated AXIS2-3053:
---------------------------

    Attachment: axis2-3053.patch

Tested in geronimo env.

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