[ https://issues.apache.org/jira/browse/CXF-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang resolved CXF-1749. ------------------------------- Resolution: Fixed Fix Version/s: 2.2 2.0.10 trunk: http://svn.apache.org/viewvc?rev=709353&view=rev http://svn.apache.org/viewvc?rev=709354&view=rev 2.1.x: http://svn.apache.org/viewvc?rev=709357&view=rev 2.0.x: http://svn.apache.org/viewvc?rev=709363&view=rev > 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 > Assignee: Willem Jiang > Fix For: 2.0.10, 2.1.4, 2.2 > > > 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.