I am sorry, but I also cannot see such a method after the aggregator
expression??
from("hospital:camel.hospital.nurse.aggregator.doctor")
.aggregator(header("JMSCorrelationID"), new MyAggregationStrategy(context))
.to("hospital:camel.hospital.nurse.aggregator.doctor.receiver")
I am also not able to write a splitter like this:
-----Ursprüngliche Nachricht-----
Von: Przemysław Budzik [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 14. Jänner 2008 17:19
An: [email protected]
Betreff: Re: AW: AW: Aggregation problems
14-01-08, Robert Thullner <[EMAIL PROTECTED]> napisał(a):
>
> Sorry, for asking this stupid question, but I always get the error
> that the
> completedPredicate() method is undefined for type AggregatorType.
>
> Do I need any special import or jar files on the classpath to get that
> working?
That method is called setCompletePredicate() :)