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 "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/06/11 04:02:47 UTC

[jira] Resolved: (AXIS-1985) Arrays of arrays work in 1.1 but not in 1.2.1

     [ http://issues.apache.org/jira/browse/AXIS-1985?page=all ]
     
Davanum Srinivas resolved AXIS-1985:
------------------------------------

    Resolution: Fixed

I believe this has been fixed. You need to do your codegen from WSDL with latest Axis.

thanks,
dims

> Arrays of arrays work in 1.1 but not in 1.2.1
> ---------------------------------------------
>
>          Key: AXIS-1985
>          URL: http://issues.apache.org/jira/browse/AXIS-1985
>      Project: Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>     Versions: 1.2RC3
>  Environment: Web Servers: Tomcat 4.1.31, 5.0.28, 5.5.4
> Axis Versions: Not present in Axis 1.1. Occurs in Axis 1.2 all releases up to 1.2.1.
> Java: 1.4.2_04
> Operating Systems: Present on Windows XP and Solaris 5.8
>     Reporter: David Rolfe
>     Priority: Blocker
>  Attachments: Axis1985WSDL.zip
>
> We make a product for running Oracle stored procedures and SQL statements that is designed to work with Axis. An essential part of such a product is the ability to represent the results of arbitrary SQL queries. We use 3 classes to represent a Query, its rows and its columns. The relationship is like this:
> WsdlRowSet - Represents a query. Has an array of String[] (column names) and WsdlRow (rows)
> WsdlRow - Represents a row. Has an array of WsdlElement (a value)
> WsdlElement - a wrapper for Object.
> All of this works fine in Axis 1.1 but in 1.2 all the elements except the last one in both the row arrays and the list of column names are lost. We have zipped a test case and uploaded it to:
> http://www.orindasoft.com/public/friends/smallarraysbug.zip

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira