-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
---
-
-
When using XA transactions in native images with PostgreSQL, an additional reflective items needs to be registered, otherwise the setUser() and setPassword() on the XA datasource is not recognized, and quarkus cannot connect to postgres.
Reproduce: `quarkus.datasource.jdbc.transactions=xa` and generate a native image, use postgres with standard password authentication, application will fail to connect as username and password are missing from the connect.
When this is not set to XA, the bug is not occuring, as the XA datasource is not used.