Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x: database archetype for Oracle, and possibly others, leaves URL blank #7935

Closed
ljnelson opened this issue Nov 2, 2023 · 0 comments · Fixed by #7936
Closed

3.x: database archetype for Oracle, and possibly others, leaves URL blank #7935

ljnelson opened this issue Nov 2, 2023 · 0 comments · Fixed by #7936
Assignees
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working

Comments

@ljnelson
Copy link
Member

ljnelson commented Nov 2, 2023

In 4.x, the JDBC URL in META-INF/microprofile-config.properties is set to something reasonable (jdbc:oracle:thin:@localhost:1521:XE, as it happens).

In 3.x it is set to the empty string.

The mustache template in 3.x and in 4.x says:

oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.URL={{databaseUrl}}

(I don't know offhand how databaseUrl is being set.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants