[
https://issues.apache.org/activemq/browse/SM-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved SM-1430.
------------------------------
Fix Version/s: 3.2.2
3.3
Resolution: Fixed
Sending
servicemix-cxf-bc/trunk/src/main/java/org/apache/servicemix/cxfbc/CxfBcProviderMessageObserver.java
Sending
servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/CxfBcProviderConsumerMtomTest.java
Transmitting file data ..
Committed revision 672452.
Sending
servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/CxfBcProviderMessageObserver.java
Sending
servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcProviderConsumerMtomTest.java
Transmitting file data ..
Committed revision 672451.
> 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
> Assignee: Freeman Fang
> Priority: Critical
> Fix For: 3.2.2, 3.3
>
>
> 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.