[
https://issues.apache.org/jira/browse/CAMEL-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782714#comment-13782714
]
Claus Ibsen commented on CAMEL-6791:
------------------------------------
Can you try with latest release as we give points about there
http://camel.apache.org/support
The Camel team is overburden so please help yourself by testing with newer
Camel releases. And make unit test as simple as possible to reproduce any issue.
> Aggregation result is lost when used with Jetty http endpoint
> -------------------------------------------------------------
>
> Key: CAMEL-6791
> URL: https://issues.apache.org/jira/browse/CAMEL-6791
> Project: Camel
> Issue Type: Bug
> Components: camel-http
> Affects Versions: 2.9.0, 2.12.1
> Environment: windows 7
> Reporter: Sergey Zolotaryov
> Attachments: test.zip
>
>
> We have a requirement to return the result of some processing in an HTTP
> response. Here's how this looks:
> Jetty http endpoint triggers processing ->
> data is retrieved into an iterator ->
> multiple renderers process the model objects and write output to temporary
> files ->
> a file endpoint copies files to final destination ->
> an aggregator puts generated file names into exchange body as a list ->
> the camel servlet renders the exchange body
> Everything goes well until the final step, where we can only see the
> filenames of temporary files, but not the final ones. Looks like the
> aggregation result is just ignored. I am attaching an eclipse project where
> you can just see how it happens.
--
This message was sent by Atlassian JIRA
(v6.1#6144)