jamesnetherton commented on pull request #3602:
URL: https://github.com/apache/camel-quarkus/pull/3602#issuecomment-1062653368


   PR needs a rebase on the latest `camel-main` changes. Then it'll be easier 
to review.
   
   > Unfortunately agroal DS can not be used, because the only way how to pass 
DS int oquartz is by JNDI - quarkus supports only CDI
   
   Quartz has 
[ConnectionProvider](https://www.quartz-scheduler.org/api/2.3.0/org/quartz/utils/ConnectionProvider.html#getConnection--).
 So we can probably create a `QuarkusQuartzConnectionProvider` and look up the 
Agroal `DataSource` from the CDI `BeanManager` either by name or type. 
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to