Can you please tell me how to set the global
variable"org.apache.servicemix.correlationId".

gnodet wrote:
> 
> If you add the following lines in your components, you should see them, as
> the
> exception happens when aggregating those messages later.
> 
>    for (Object key : exchange.getPropertyNames()) {
>      System.out.println(key + ": " + exchange.getProperty((String) key));
>    }
> 
> If the "org.apache.servicemix.correlationId" is not listed, there is a
> problem ...
> 
> On Wed, Feb 27, 2008 at 3:58 PM, sachin2008 <[EMAIL PROTECTED]> wrote:
>>
>>  I am not able to trace that one
>>
>>  I am getting the same exception continuously. Whether there is any way
>> to
>>  set that global variable anywhere else.
>>
>>
>>
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reg%3AAggregator-Pattern-tp15582806s12049p15716224.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to