[ http://issues.apache.org/jira/browse/AXIS-1985?page=comments#action_12313386 ]
Davanum Srinivas commented on AXIS-1985: ---------------------------------------- David, by all means keep your beans...BUT the metadata is lost if you use your beans. One way around it is to switch on --helperGen in w2j which will create _Helper.java classes for each of your beans. that should work too. 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: 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
