On 8/29/07, Nicky Sandhu <[EMAIL PROTECTED]> wrote:
>
> Should this not return convertedExchange?
>
> /**
> * Sends the exchange to the given endpoint
> *
> * @param endpoint the endpoint to send the exchange to
> * @param exchange the exchange to send
> */
> public E send(Endpoint<E> endpoint, E exchange) {
> E convertedExchange = endpoint.toExchangeType(exchange);
> producerCache.send(endpoint, convertedExchange);
> return exchange;
> }
Another great catch Nicky! Patch applied!
--
James
-------
http://macstrac.blogspot.com/