You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2009/06/07 10:00:14 UTC

[jira] Closed: (DIRMINA-298) Classic clients using ObjectSerializationOutputStream are unable to send data

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

Emmanuel Lecharny closed DIRMINA-298.
-------------------------------------


> Classic clients using ObjectSerializationOutputStream are unable to send data
> -----------------------------------------------------------------------------
>
>                 Key: DIRMINA-298
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-298
>             Project: MINA
>          Issue Type: Bug
>          Components: Filter
>         Environment: windows ibm jdk 1.4
>            Reporter: Gasser M. Abdallah
>            Assignee: Trustin Lee
>
> When wrapping a classic client socket output stream with ObjectSerializationOutputStream for writting objects that object serialization decoder can read or when using the object serilazation codec from a mena client, nothing reachs the server, till an object containing 0A or 0D (line feed or line break) is written. I think this is due to the use of DataOutputStream
> To simply reproduce the error u can compile the SumUp example and run it the object serialization codec mode, with values like 1 2 10 20 30, u wil find that the final result is 60 (starting from the message with 10, message for 1 and 2 don't reach the server).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.