Hi, I currently have a camel route that makes use of HttpComponent. After calling a service and getting a String back in the body I tried to do a Message.copy(), with the Message being from exchange.getIn(). The original Message body is of type String but the new Message body isn't of type String, rather it's of type org.apache.camel.converter.stream.CachedOutputStream$WrappedInputStream. Why doesn't it keep the body a String?
-- View this message in context: http://camel.465427.n5.nabble.com/Message-copy-not-exactly-a-copy-tp4828478p4828478.html Sent from the Camel - Users mailing list archive at Nabble.com.