[jboss-jira] [JBoss JIRA] Closed: (JBSER-87) dataOutput.close being called twice on JBossObjectOutputStream
Clebert Suconic (JIRA)
jira-events at jboss.com
Tue Aug 15 11:28:19 EDT 2006
[ http://jira.jboss.com/jira/browse/JBSER-87?page=all ]
Clebert Suconic closed JBSER-87.
--------------------------------
Resolution: Done
> dataOutput.close being called twice on JBossObjectOutputStream
> --------------------------------------------------------------
>
> Key: JBSER-87
> URL: http://jira.jboss.com/jira/browse/JBSER-87
> Project: JBoss Serialization
> Issue Type: Bug
> Affects Versions: 1.0.1 GA, 1.0.2 GA
> Reporter: Clebert Suconic
> Assigned To: Clebert Suconic
> Fix For: 1.0.3 GA
>
>
> I don't know why we didn't find this bug before...
> But.... JbossObjectOutputStream.close is this following:
> public void close() throws IOException {
> flush();
> dataOutput.close();
> dataOutput.close();
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list