]
Ron Sigal updated JBREM-1077:
-----------------------------
Attachment: ejb3-compression.tgz
Attaching tgz file with EJB3 example.
"ant" will deploy the example the example to JBossAS (according to the value of
jboss.home in the local.properties file).
"ant run" will run the example
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.5.2 (Flounder), 2.2.3.SP1
Attachments: CompressionInvokerMarshaller.java,
CompressionInvokerUnmarshaller.java, ejb3-compression.tgz, jboss-remoting.jar,
jboss-remoting.jar
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: