Re: Aggregator2: completion size using expression doesn't work?

2010-04-09 Thread eugene hardbread
exchange and since its being _grouped_ that means it cannot > find the header. > > > > On Wed, Apr 7, 2010 at 12:47 PM, eugene hardbread > wrote: >> Hello >> >> I am trying to configure aggregator2 using completionSize with header >> expression

Re: Aggregator2: completion size using expression doesn't work?

2010-04-07 Thread eugene hardbread
dyAndHeaders("direct:aggregatorTest", "message two", headers); mockResult.assertIsSatisfied(); } } On 7 April 2010 15:33, Claus Ibsen wrote: > Hi > > Can you try without groupExchanges(). To see if its the culprit of the issue. > > > On Wed, Apr 7, 2010 a

Aggregator2: completion size using expression doesn't work?

2010-04-07 Thread eugene hardbread
Hello I am trying to configure aggregator2 using completionSize with header expression: public class AggregatorTest extends CamelTestSupport{ @EndpointInject(uri = "mock:result") private MockEndpoint mockResult; @Override protected RouteBuilder createRouteBuilder() throws Excepti