DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17554>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17554

Integer[] -> int[]

           Summary: Integer[] -> int[]
           Product: Axis
           Version: 1.1RC1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using Apache AXIS 1.1-rc1, I have a client perform a web service invocation on 
a method with a signature similar to:

  execute(String, Map);

Inside of the Map, my client puts an Integer[].  In the web service class 
called by the AxisServlet, the object in the Map is an instance of int[] (the 
primitive int array when it should be the object Integer array).

This is odd because Integer is sent across as Integer just fine.  The problem 
appears to be only when sending arrays.  Have not tested with other 
primitives, but would guess similar behavior.

Reply via email to