Torsten Mielke created SMX4-1585:
------------------------------------

             Summary: 
org.apache.servicemix.cxf.transport.nmr.NMRConduitOutputStream.commitOutputMessage()
 does not propagate exception.
                 Key: SMX4-1585
                 URL: https://issues.apache.org/jira/browse/SMX4-1585
             Project: ServiceMix 4
          Issue Type: Bug
          Components: cxf-nmr
         Environment: CXF-NMR transport
            Reporter: Torsten Mielke


There is a bug in 

{code:title=org.apache.servicemix.cxf.transport.nmr.NMRConduitOutputStream.java 
}

private void commitOutputMessage() throws IOException {
    try {
    ...
    } catch (Exception e) {
        e.printStackTrace();
        new IOException(e.toString());
    }
{code}

Notice it creates a new IOException but never throws it. As a result the error 
is ignored completely.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to