[jboss-remoting-issues] [JBoss JIRA] Updated: (JBREM-1077) Fix problem in CompressingMarshaller

Ron Sigal (JIRA) jira-events at lists.jboss.org
Sun Jan 4 02:06:17 EST 2009


     [ https://jira.jboss.org/jira/browse/JBREM-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Sigal updated JBREM-1077:
-----------------------------

        Fix Version/s: 2.2.2.SP12
                       2.5.0.SP3 (Flounder)
                           (was: 3.0.0.GA)
    Affects Version/s: 2.5.0.SP2 (Flounder) 
                       2.2.2.SP11


It seems that the problem is more complicated than as characterized in the issue's description.  See the related forum thread for more information.

> Fix problem in CompressingMarshaller
> ------------------------------------
>
>                 Key: JBREM-1077
>                 URL: https://jira.jboss.org/jira/browse/JBREM-1077
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.0.SP2 (Flounder) , 2.2.2.SP11
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.2.2.SP12, 2.5.0.SP3 (Flounder)
>
>
> In org.jboss.remoting.marshal.compress.CompressingMarshaller.write(),
>       gzos.finish();
>       oos.flush();
> should be
>       oos.flush();
>       bos.flush();
>       gzos.flush();
>       gzos.finish();
> as it is on the 2.x branch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-remoting-issues mailing list