On 12/11/2007, James Chamberlain <[EMAIL PROTECTED]> wrote:
> I am using apache camel 1.2.0

Hmm - I've just added MinaFileUdpTest to trunk which attempts to
reproduce your issue - it polls from a directory and sends to a UDP
endpoint

                from("mina:udp://localhost:9123").to("mock:results");

                from("file:src/test/data?noop=true").
                        to("mina:udp://localhost:9123");

and it seems to work fine. I wonder if you had any idea how to edit
the test case to make it fail like you get?

Maybe whatever issue that you're hitting has been fixed in trunk?
We'll hopefully get 1.3.0 out soon once a few more little gremlins are
sorted - but I'd like to know if this MINA issue is resolved before
then.

-- 
James
-------
http://macstrac.blogspot.com/

Open Source SOA
http://open.iona.com

Reply via email to