jamesnetherton commented on issue #2099: URL: https://github.com/apache/camel-quarkus/issues/2099#issuecomment-762787424
You need `camel-quarkus-main` on the classpath in order for the auto discovery of the `UnitOfWorkFactory` to happen. Otherwise you could do it manually in the `RouteBuilder`: ```java public void configure() { getContext().getExtension(ExtendedCamelContext.class).setUnitOfWorkFactory(new CustomUnitOfWorkFactory()); } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org