Re: Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread Claus Ibsen
Hi I have committed the fix to trunk. Feel free to test it on your end. On Fri, Dec 18, 2009 at 1:00 PM, Claus Ibsen wrote: > Hi > > Yeah there is a bug, I will fix it in a short while. > I will create a ticket and commit the fix, then you can test with > latest code from trunk if that works fo

Re: Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread Claus Ibsen
Hi Yeah there is a bug, I will fix it in a short while. I will create a ticket and commit the fix, then you can test with latest code from trunk if that works for you. On Fri, Dec 18, 2009 at 12:36 PM, ee7arh wrote: > > Hi, > > Actually still have a problem here. > > We have an aggregator with

Re: Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread ee7arh
Hi, Actually still have a problem here. We have an aggregator with batchSize(2) and want to aggregate them together into a GroupedExchange. This seems to go through but the List that we get out of the GROUPED_EXCHANGE property always has 1 object instead of 2. Please could you check what we are

Re: Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread ee7arh
Great, thanks, that did it! Claus Ibsen-2 wrote: > > On Fri, Dec 18, 2009 at 11:18 AM, ee7arh > wrote: >> >> Hi, >> >> I cannot find the class org.apache.camel.impl.GroupedExchange in the 2.1 >> download from the main camel download site. It is also missing from the >> javadocs: >> >> http://c

Re: Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread Claus Ibsen
On Fri, Dec 18, 2009 at 11:18 AM, ee7arh wrote: > > Hi, > > I cannot find the class org.apache.camel.impl.GroupedExchange in the 2.1 > download from the main camel download site. It is also missing from the > javadocs: > > http://camel.apache.org/maven/camel-core/apidocs/index.html > > Please can

Help! org.apache.camel.impl.GroupedExchange does not exist in the latest download

2009-12-18 Thread ee7arh
Hi, I cannot find the class org.apache.camel.impl.GroupedExchange in the 2.1 download from the main camel download site. It is also missing from the javadocs: http://camel.apache.org/maven/camel-core/apidocs/index.html Please can you check what happened to it? Really cool feature to have! Than