[GitHub] camel pull request: camel-smpp: CAMEL-8215: update to org.jsmpp / ...

2015-01-08 Thread dpocock
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

Re: [1/2] camel git commit: CAMEL-8204 Throw exception when the correlation id is not unique

2015-01-08 Thread Claus Ibsen
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] camel pull request: CAMEL-8217: Fix typeHints option for camel-xml...

2015-01-08 Thread lamperi
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

Re: camel git commit: Fix for https://issues.apache.org/jira/browse/CAMEL-5113 Parallel and fault tolerant message processing for SQS endpoints

2015-01-08 Thread Claus Ibsen
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

Camel jetty gets empty response after split

2015-01-08 Thread wubo.neusoft
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