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/

Reply via email to