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