You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/10/07 09:30:53 UTC

[jira] Updated: (SM-1430) Incoming attachments not processed in CxfBcProviderMessageObserver.

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

Guillaume Nodet updated SM-1430:
--------------------------------

    Fix Version/s: servicemix-cxf-bc-2008.01

> 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, servicemix-cxf-bc-2008.01
>
>
> 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.