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 ji...@apache.org on 2004/03/22 12:58:58 UTC

[jira] Closed: (AXIS-710) Integer[] -> int[]

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Mon, 22 Mar 2004 3:58 AM

closing bug as this has been fixed in latest cvs.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-710

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-710
    Summary: Integer[] -> int[]
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Axis
 Components: 
             Serialization/Deserialization
   Fix Fors:
             current (nightly)
   Versions:
             1.1RC1

   Assignee: 
   Reporter: John Benediktsson

    Created: Sat, 1 Mar 2003 1:08 AM
    Updated: Mon, 22 Mar 2004 3:58 AM
Environment: Operating System: Other
Platform: PC

Description:
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.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira