[ 
https://issues.apache.org/jira/browse/DIRMINA-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny closed DIRMINA-161.
-------------------------------------


> A ObjectSerializationEncoder that works with Java's 
> ObjectInputStream.readObject()
> ----------------------------------------------------------------------------------
>
>                 Key: DIRMINA-161
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-161
>             Project: MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.0
>            Reporter: Andy Korth
>            Assignee: Trustin Lee
>            Priority: Minor
>             Fix For: 1.0.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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to