[
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.