Github user dpocock closed the pull request at:
https://github.com/apache/camel/pull/370
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Hi Willem
Oh we should not put the duplicate correlation id, in the map, but
instead use a putIfAbsent, so we only put if its not unique. If there
is a duplicate we should leave the old one as-is. And then thrown an
exception so the new one never is sent as a request/reply, but fails.
Then there
Github user lamperi closed the pull request at:
https://github.com/apache/camel/pull/371
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Hi
Remember to add @UriParam when you add new options to a component / endpoint.
And also add that to the wiki documentation.
And also remember to remove @author tags from javadoc in the source code.
On Fri, Jan 9, 2015 at 12:31 AM, wrote:
> Repository: camel
> Updated Branches:
> refs/head
Hi
My Situation is very similar with this.
Route 1:
>From Jetty
To Hazelcast
To bean (Generate a POJO arraylist)
splitter body
to direct
Rout 2:
from direct
aggregate
marshal to JSON
return to Jetty (not explicitly doing anything)
It always returns empty no matter how I do.
But I use log to pri