zhfeng commented on PR #9286: URL: https://github.com/apache/camel/pull/9286#issuecomment-1418458133
Hi @turing85 I can re-producer the issue with `postgresql` on my local machine. But I also tried with `h2` and `mysql` database, and both of them work. Can you verify it? It only needs to change `quarkus-jdbc-postgresql` to `quarkus-jdbc-h2(mysql)` and related `db_kind` in `application.yml` and only remain `%dev%` configuration. `mvn quarkus:dev` should start a database devservice. I think this might be a limitation on `postgresql` and we need more investigation before removing this transaction block. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
