[ 
https://issues.apache.org/jira/browse/CAMEL-6284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646633#comment-13646633
 ] 

Babak Vahdat edited comment on CAMEL-6284 at 5/2/13 6:11 AM:
-------------------------------------------------------------

The {{FopProducer}} doesn't adhere the MEP properly as it always calls 
{{Exchange#getOut()}} unconditionally to put the transformation result into the 
OUT message. However it should better do so *only* if the MEP is InOut and in 
case of InOnly the transformation result should be set as the body of IN 
Message.

Fixing this properly would cause regression by the existing tests, so let's 
keep this part the way it already is.
                
      was (Author: bvahdat):
    The {{FOPProducer}} doesn't adhere the MEP properly as it always calls 
{{Exchange#getOut()}} unconditionally to put the transformation result into the 
OUT message. Fixing this properly would cause regression by the existing tests, 
so let's keep this part the way it already is.
                  
> camel-fop - Does not propagate headers
> --------------------------------------
>
>                 Key: CAMEL-6284
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6284
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.5, 2.11.1, 2.12.0
>
>
> See
> http://stackoverflow.com/questions/15977012/apache-camel-fop-component-not-propagating-headers
> Patches is welcome from the community.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to