5051525354555657585960
// since they will likely update the exchange with // some final results. callback.done(sync); exchange.getUnitOfWork().done(exchange); try { uow.stop(); } catch (Exception e) { throw wrapRuntimeCamelException(e); } exchange.setUnitOfWork(null); }
5556575859606162636465
5758596061626364656667
} // unit of work is done exchange.getUnitOfWork().done(exchange); try { uow.stop(); } catch (Exception e) { throw wrapRuntimeCamelException(e); } exchange.setUnitOfWork(null); } else {