You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/02/26 16:17:18 UTC

[jira] Resolved: (SM-1250) CXF BC provider doesn't manage DONE messages

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

Freeman Fang resolved SM-1250.
------------------------------

      Assignee: Freeman Fang
    Resolution: Duplicate

> CXF BC provider doesn't manage DONE messages
> --------------------------------------------
>
>                 Key: SM-1250
>                 URL: https://issues.apache.org/activemq/browse/SM-1250
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Gianfranco Boccalon
>            Assignee: Freeman Fang
>
> The problem arises when the component is used within a pipeline.
> I simply added the following lines at the beginning of the method CxfBcProvider.process :
>         // Skip done exchanges
>         if (exchange.getStatus() == ExchangeStatus.DONE) {
>             return;
>         }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.