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