[ http://issues.apache.org/jira/browse/AXIS-1985?page=comments#action_12313475 ]
Tom Jordahl commented on AXIS-1985: ----------------------------------- Note that in Axis 1.2+ that we have tried to 'fix' the array serializer/deserializer to handle lots of bugs and doc/lit cases. The side affect of this work is that we are depending on the metadata that Axis generates for the types a lot more. Cases that used to work in Axis 1.1 with limited or no metadata now require it. Not a value judgement, but an observation. > 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: Apache 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 > Assignee: Davanum Srinivas > Priority: Blocker > Attachments: AXIS-1985.zip, Axis1985WSDL.zip, deploy.wsdd, full1.wsdl > > 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
