You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2009/02/10 12:00:59 UTC

[jira] Created: (SM-1796) Content enricher does not handle StreamSources correctly

Content enricher does not handle StreamSources correctly
--------------------------------------------------------

                 Key: SM-1796
                 URL: https://issues.apache.org/activemq/browse/SM-1796
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-eip
    Affects Versions: 3.3, 3.2.3, servicemix-eip-2008.01
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1796) Content enricher does not handle StreamSources correctly

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-1796.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2.4
                   3.3.1
                   servicemix-eip-2008.02

Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=742942 for trunk
and backported to 3.2.x in http://svn.eu.apache.org/viewvc?view=rev&revision=742943

> Content enricher does not handle StreamSources correctly
> --------------------------------------------------------
>
>                 Key: SM-1796
>                 URL: https://issues.apache.org/activemq/browse/SM-1796
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: servicemix-eip-2008.01, 3.2.3, 3.3
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: servicemix-eip-2008.02, 3.3.1, 3.2.4
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.