[jboss-jira] [JBoss JIRA] Created: (JBSER-87) dataOutput.close being called twice on JBossObjectOutputStream
Clebert Suconic (JIRA)
jira-events at jboss.com
Tue Aug 15 11:26:20 EDT 2006
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
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
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