Replies: 1 comment 7 replies
-
|
Any new progress? I'm facing the same issue and can't access the datasources as shown in |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a provider that should be migrated from JBOSS distribution to Quarkus distribution.
In the JBOSS distribution I was leveraging the JNDI datasource, while this is becoming vague in the quarkus distribution.
In quarkus.properties I have
`
quarkus.datasource.db-kind=oracle
quarkus.datasource.jdbc.url=VALIDURL
quarkus.datasource.username=VALIDUSERNAME
quarkus.datasource.password=VALIDPASSWORD
quarkus.datasource.jdbc.max-size=13
`
In build.gradle I have
`
`
In provider factory I have
`
`
However on datasource.getConnection() I get
`
`
Does anyone has idea here how should the datasources used correctly?
Beta Was this translation helpful? Give feedback.
All reactions