Incoming attachments not processed in CxfBcProviderMessageObserver.
-------------------------------------------------------------------
Key: SM-1430
URL: https://issues.apache.org/activemq/browse/SM-1430
Project: ServiceMix
Issue Type: Bug
Components: servicemix-cxf-bc
Affects Versions: 3.2.1
Reporter: Adrian Perez Jorge
Priority: Critical
CxfBcProviderMessageObserver doesn't process incoming attachments, so any
attachment included in a MTOM response are just ignored.
Those attachments must be added to the normalized message.
For example, in a InOut ME, the code just creates the message and sets the
content.
...
NormalizedMessage msg = messageExchange.createMessage();
msg.setContent(soapMessage.getContent(Source.class));
...
It should also call something like JbiInInterceptor.toNMSAttachments().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.