Re: svn commit: r687359 - /cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSConduit.java

2008-08-20 Thread Daniel Kulp
Note: copying the headers into the JMS Message can also solve CXF-1749 as the charset would be available. Dan On Wednesday 20 August 2008 10:59:33 am Daniel Kulp wrote: Freeman, Why would you copy the headers from the outgoing message to the incoming message?That seems very bizzare to

Re: svn commit: r687359 - /cxf/branches/2.0.x-fixes/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSConduit.java

2008-08-20 Thread Freeman Fang
Hi Dan, My comment inline. Daniel Kulp wrote: Freeman, Why would you copy the headers from the outgoing message to the incoming message?That seems very bizzare to me. What if you DON'T send with MTOM, but the server responds with MTOM. This doesn't seem like the right fix. To