Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.6, 3.0.9
-
None
-
Unknown
-
Patch
Description
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.
Attachments
Attachments
Issue Links
- is required by
-
CXF-6863 WS-RM 3.x does not work with attachments upon a network error
- Closed