Issue Details (XML | Word | Printable)

Key: AXIS-1985
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Davanum Srinivas
Reporter: David Rolfe
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Axis

Arrays of arrays work in 1.1 but not in 1.2.1

Created: 10/May/05 09:17 PM   Updated: 13/Jun/05 11:57 PM
Return to search
Component/s: Serialization/Deserialization
Affects Version/s: 1.2RC3
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Zip Archive Licensed for inclusion in ASF works AXIS-1985.zip 2005-06-12 06:22 AM Davanum Srinivas 16 kB
Zip Archive Axis1985WSDL.zip 2005-06-09 09:23 PM David Rolfe 2 kB
File deploy.wsdd 2005-06-11 04:42 PM David Rolfe 5 kB
XML File full1.wsdl 2005-06-11 04:41 PM David Rolfe 6 kB
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
Issue Links:
Reference
 

Resolution Date: 12/Jun/05 06:23 AM


 Description  « Hide
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



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.