in message truncated after first read from HTTP Consumer --------------------------------------------------------
Key: SM-1180 URL: https://issues.apache.org/activemq/browse/SM-1180 Project: ServiceMix Issue Type: Bug Components: servicemix-core Affects Versions: 3.2.1 Environment: Windows XP, Linux, JDK 1.5.0_13 Reporter: Matt Pavlovich Description derived from IRC conversation with Guillaume Nodet. SOAP input to a HTTP-consumer has the in msg truncated down to the xml prolog upon first read. Using MesageuUtil.enableContentRereadability() should fix it; however, it does not support the StaxSource class. Also, (per Guillaume Nodet) writeExternal() on NormalizedMessageImpl should be converted to use enableContentRereadability(), instead of re-implementing similar code. http://svn.apache.org/repos/asf/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/NormalizedMessageImpl.java Needs to support StaxSource: http://svn.apache.org/repos/asf/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/util/MessageUtil.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.