jamesnetherton commented on issue #1197: URL: https://github.com/apache/camel-quarkus/issues/1197#issuecomment-632669756
camel-cdi is meant for when the Camel application is deployed into a full CDI container (E.g Weld etc). There is currently no camel-quarkus extension for it and its unlikely there ever will be because we provide CDI support via integration with Quarkus Arc out of the box. Also, I think the `TransactedPolicy` support in camel-cdi is dependent on the `java:/TransactionManager` JNDI binding. This wont work on Quarkus since there is no JNDI support. The proper solution for this is likely as @zhfeng mentions: > Create a new QuarkusTransactedPolicy which could leverage the CDITransactionManager from the narayana-jta extenstion ---------------------------------------------------------------- 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: [email protected]
