Can't send message attachments via the WebServiceContext in 2.0.x -----------------------------------------------------------------
Key: CXF-2067 URL: https://issues.apache.org/jira/browse/CXF-2067 Project: CXF Issue Type: Bug Components: JAX-WS Runtime Affects Versions: 2.0.10 Reporter: Colm O hEigeartaigh Fix For: 2.0.11 Attachments: cxf_2067.patch It isn't possible to send message attachments via the WebServiceContext in 2.0.x (this works fine in 2.1.x). The problem is that the ContextPropertiesMapping#updateWebServiceContext does not convert the Map<String, DataHandler> object attached to the outbound message via the MessageContext.OUBOUND_MESSAGE_ATTACHMENTS String to a Collection<Attachment> object on the message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.