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

Reply via email to