[ 
https://issues.apache.org/jira/browse/SMX4-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Freeman Fang reassigned SMX4-1585:
----------------------------------

    Assignee: Freeman Fang

> 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
>            Assignee: Freeman Fang
>              Labels: cxf-nmr
>         Attachments: SMX4-1585.patch
>
>
> 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