Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFB1F19E2D for ; Thu, 28 Apr 2016 13:10:14 +0000 (UTC) Received: (qmail 92185 invoked by uid 500); 28 Apr 2016 13:10:13 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 91793 invoked by uid 500); 28 Apr 2016 13:10:13 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 91747 invoked by uid 99); 28 Apr 2016 13:10:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 13:10:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2543B2C1F5C for ; Thu, 28 Apr 2016 13:10:13 +0000 (UTC) Date: Thu, 28 Apr 2016 13:10:13 +0000 (UTC) From: "Akitoshi Yoshida (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CXF-6886) CXF 3.x WSRM attachments are not retransmitted MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akitoshi Yoshida reassigned CXF-6886: ------------------------------------- Assignee: Akitoshi Yoshida > 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 > Attachments: 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)