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 "David Jencks (JIRA)" <ax...@ws.apache.org> on 2005/04/26 03:04:27 UTC

[jira] Created: (AXIS-1949) Serialization patches from geronimo integration

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


[jira] Updated: (AXIS-1949) Serialization patches from geronimo integration

Posted by "David Jencks (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1949?page=all ]

David Jencks updated AXIS-1949:
-------------------------------

    Attachment: serialization1.patch

> 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


[jira] Resolved: (AXIS-1949) Serialization patches from geronimo integration

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1949?page=all ]
     
Davanum Srinivas resolved AXIS-1949:
------------------------------------

    Resolution: Fixed

marking as fixed. 

-- 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


[jira] Commented: (AXIS-1949) Serialization patches from geronimo integration

Posted by "David Jencks (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1949?page=comments#action_64414 ]
     
David Jencks commented on AXIS-1949:
------------------------------------

The patches to JavaUtils and BeanDeserializer do not seem to be needed for geronimo as of may 3 2005.  The patch to BaseDeserializerFactory would be nice but it should not change the behavior of the class so is unnecessary.

> 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


[jira] Commented: (AXIS-1949) Serialization patches from geronimo integration

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ 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