-
My application have reactive postgres data source and jdbc db2 data source. I cannot go with reactive approach for db2 also because of existing open issue (eclipse-vertx/vertx-sql-client#1131). Using Hibernate reactive ORM with Mutiny for Postgres and Agroal for db2 transactions. During application startup Hibernate ORM is not able to pick the default datasource in the application.properties file and throws error
Here is my application.properties
I also tried changing db2 data source to default and postgres data source to named one like below, and now hibernate orm not able to pick the datasource pg. Appreciate any suggestions. Thanks.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems to be an open issue |
Beta Was this translation helpful? Give feedback.
Seems to be an open issue
#13425