Hi, We're using Camel 2.6.0 in Fuse 4.3. We have a Camel route that exposes a bean method as a vm endpoint. I'm trying to test this route with PaxExam 2.2.0. When I send an exchange to it, it always times out. I have put breakpoints in the bean method, but they never get hit. It hangs in SedaProducer.process (lock.await) until the timeout occurs. Other routes with a similar configuration work fine.
Is there anything I can do (debug, look at logs, etc.) to determine why the exchange is timing out? Thanks.