[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to