Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3053

when i have a method that takes GenericArrayType as a parameter, my web service project cannot be deployed in geronimo

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3
    • jaxws
    • None

    Description

      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.

      Attachments

        1. axis2-3053.patch
          3 kB
          Lin Sun
        2. axis2-3053.patch
          2 kB
          Lin Sun

        Activity

          People

            Unassigned Unassigned
            linsun Lin Sun
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: