[jboss-jira] [JBoss JIRA] Commented: (JBSER-87) dataOutput.close being called twice on JBossObjectOutputStream
Anil Saldhana (JIRA)
jira-events at jboss.com
Tue Aug 15 11:32:20 EDT 2006
[ http://jira.jboss.com/jira/browse/JBSER-87?page=comments#action_12341252 ]
Anil Saldhana commented on JBSER-87:
------------------------------------
Discussion related:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965291
> 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