You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Akitoshi Yoshida (JIRA)" <ji...@apache.org> on 2016/05/04 10:57:12 UTC

[jira] [Resolved] (CXF-6886) CXF 3.x WSRM attachments are not retransmitted

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

Akitoshi Yoshida resolved CXF-6886.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.2.0
                   3.1.7
                   3.0.10

applied kai's patch with some modification.
For those ws-rm scenarios without attachments, this patch should not change the behavior. For those scenarios with attachments, the attachments are persisted and retrieved from the storage.
There is still a related issue regarding WS-RM with or without attachments, which is tracked by CXF-6646, as mentioned.

> CXF 3.x WSRM attachments are not retransmitted
> ----------------------------------------------
>
>                 Key: CXF-6886
>                 URL: https://issues.apache.org/jira/browse/CXF-6886
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 3.1.6, 3.0.9
>            Reporter: Kai Rommel
>            Assignee: Akitoshi Yoshida
>             Fix For: 3.0.10, 3.1.7, 3.2.0
>
>         Attachments: 0001-WSRM-handle-attachments-for-retransmission-fixes.patch, esb-ext-cxf.git-acd68897e4bc05c1676a9b12f47b9b6c1fb862e2.patch
>
>
> With CXF-4866, CXF-352 changes to the WSRM implementation were introduced.
> When Retransmission is started from RMStore, attachments get lost.
> According to the comment from Aki in CXF-6646 implementation was changed regarding storing a message for retransmission.
> Soap message and attachments are stored as blob. So no need for attachments table anymore.
> RMUtils was enhanced by two methods. One encodes  the soap message and the attachment as multipart message, the other decodes the stored blob into soap message and attachments.
> Patch is attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)