[ http://issues.apache.org/jira/browse/AXIS-1949?page=comments#action_63775 ] Davanum Srinivas commented on AXIS-1949: ----------------------------------------
David, am ok with #1 (BaseDeserializerFactory allows it to create array deserializers) but i hesitate to check in the other 2 until we have sample test cases showing the problem (and that the fix works) in stand-alone axis. can u guys help with that? code that gets touched in #2 and #3 is VERY hairy and if we don't check in a test case, there is no guarantee that a subsequent check-in will revert the behavior. thanks, dims > Serialization patches from geronimo integration > ----------------------------------------------- > > Key: AXIS-1949 > URL: http://issues.apache.org/jira/browse/AXIS-1949 > Project: Axis > Type: Bug > Components: Serialization/Deserialization > Versions: current (nightly) > Reporter: David Jencks > Attachments: serialization1.patch > > Attached are patches to 3 classes developed during the geronimo integration. > The patch to BaseDeserializerFactory allows it to create array deserializers. > The patch to BeanDeserializer (due to Gianny Damour) allows deserialization > of nulls in arrays. > The patch to JavaUtils recognizes that some custom unsigned type conversions > are possible. We may need more such conversions. -- 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
