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 "Bishoy Botros (JIRA)" <ji...@apache.org> on 2008/01/24 12:35:37 UTC

[jira] Created: (AXIS2-3472) Multidimensional Array or Collections

Multidimensional Array or Collections
-------------------------------------

                 Key: AXIS2-3472
                 URL: https://issues.apache.org/jira/browse/AXIS2-3472
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: WindowsXP + JDK 1.5
            Reporter: Bishoy Botros


I'm developing a web service using Axis2 version 1.3.
One of the methods takes a multidimensional array as a parameter.
When I test (debug) this method using RPCServiceClient, I notice that the array is empty.
I also tried to replace the 2D array with most of the collection types (ArrayList, HashSet, Vector) and in conjunction, also have problems.
Some produces ArrayStoreException, and some produce ClassCastException.
I need to know if there any way to solve this situation?
Note: this is how I initialized the 2D array of a special class type, if that helps: new Parameter[][] { Parameter[] { parameter } }
Thank You.

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