[ http://issues.apache.org/jira/browse/DIRMINA-161?page=all ]

Trustin Lee updated DIRMINA-161:
--------------------------------

    Fix Version/s: 1.0

> A ObjectSerializationEncoder that works with Java's 
> ObjectInputStream.readObject()
> ----------------------------------------------------------------------------------
>
>                 Key: DIRMINA-161
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-161
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9
>            Reporter: Andy Korth
>            Priority: Minor
>             Fix For: 1.0
>
>
> Having a class similar to ObjectSerializationDecoder/Encoder that was 
> compatable with ObjectInputStream.readObject() would be very helpful for 
> those who are rewriting servers to use MINA without the ability to change 
> client code.
> Currently, an attempt to use readObject() to receive information from the 
> existing ObjectSerializationEncoder results in:
>  org.apache.mina.filter.codec.ProtocolDecoderException: 
> org.apache.mina.common.BufferDataException: dataLength: -1393754107 (Hexdump: 
> empty)
> I suspect this has something to do with the reading of the prefixed data.

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

        

Reply via email to