You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very user friendly, if we can take info/config e.g. oracle.ucp.helidon.AtpDataSource.test.service=helidon_atp_high oracle.ucp.helidon.AtpDataSource.test.user=testUser oracle.ucp.helidon.AtpDataSource.test.password=testPassword
When this test datasource is injected and connection is retrieved from it, we can figure out the jdbc url as well as get wallet without user needing to do so.
The text was updated successfully, but these errors were encountered:
This is a follow-up to #3072. As seen in the example https://github.com/oracle/helidon/tree/master/examples/integrations/oci/atp-cdi, once user gets the wallet, they still have to do a lot in order to config DataSource/ConnectionPool with wallet info.
It would be very user friendly, if we can take info/config e.g.
oracle.ucp.helidon.AtpDataSource.test.service=helidon_atp_high oracle.ucp.helidon.AtpDataSource.test.user=testUser oracle.ucp.helidon.AtpDataSource.test.password=testPassword
When this test datasource is injected and connection is retrieved from it, we can figure out the jdbc url as well as get wallet without user needing to do so.
The text was updated successfully, but these errors were encountered: