Hi, I have a restlet route that triggers SEDA and VM routes. The unit of work is used to do some transformation of the result before it is sent to the HTTP client. It works fine as long as there is no SEDA or VM. As soon as the latter two are included, the unit of work is not executed anymore.
This seems to be related to the following thread: http://grokbase.com/t/camel/users/13856jw2j0/unit-of-work-scope-and-direct-seda-vm-components My question: how can I tell camel to simply ignore async routes such that they do not impact unit of work. Thanks. Max.
