Quick Fix for JMS Encoding issue
--------------------------------
Key: CXF-1749
URL: https://issues.apache.org/jira/browse/CXF-1749
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.1.2
Reporter: Christian Schneider
Fix For: 2.1.3
The encoding of JMS Messages is wrong if they are sent as TextMessage and the
platform encoding is not equal to the message encoding. This issue is linked to
CXF-1668. While the other issue handles a long term solution like proposed from
Daniel Kulp this issue aims to provide a short term fix.
The short term fix is to avoid the simple getBytes() call and instead call
getBytes(<encoding>) with the correct encoding.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.