Boris Kuzmic created CAMEL-10582:
------------------------------------
Summary: Spring Message headers are immutable
Key: CAMEL-10582
URL: https://issues.apache.org/jira/browse/CAMEL-10582
Project: Camel
Issue Type: Bug
Components: camel-spring-integration
Affects Versions: 2.18.1
Reporter: Boris Kuzmic
Fix For: 2.18.2
When SpringIntegrationMessage is copied from another SpringIntegrationMessage
that already has siMessage headers, exception is thrown:
java.lang.UnsupportedOperationException: MessageHeaders is immutable.
Which is a valid exception since Spring Message headers (the whole message as
well) are immutable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)