CXF 2.2.7: When I use MTOM Attachments I see an intermittent IOException "Write End Dead" (and sometimes even "Read End Dead")
See attached logs for details. Also see http://techtavern.wordpress.com/2008/07/16/whats-this-ioexception-write-end-dead/ for what causes this. Namely threads ending w/o having closed their Piped*Stream (or Buffered*Stream). Anybody experienced this? I see in the classes to write the attachments no "try { ... } finally { stream.close() }" pattern to ensure that a stream is closed regardless if it succeeded or failed with an IOException. http://old.nabble.com/file/p28401177/WriteEndDead-sanitized.log WriteEndDead-sanitized.log http://old.nabble.com/file/p28401177/ReadEndDead-sanitized.log ReadEndDead-sanitized.log -- View this message in context: http://old.nabble.com/MTOM---IOException-Write-End-Dead-tp28401177p28401177.html Sent from the cxf-user mailing list archive at Nabble.com.
