Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.3, servicemix-eip-2008.01
-
None
Description
The content enricher sends the incoming message's content to the enricher target, but it also processes the same content internally afterwards.
This makes the processing fail if the message is a StreamSource/StAXSource/... and the enrichter target touches the in message.
We should enable content rereadability on that message content before sending it along.