-
Notifications
You must be signed in to change notification settings - Fork 426
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
Fixes for jdbcstore, jdbcconfig & jndi #699
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tldev-de can we test this change, maybe provide a sample docker-compose with these settings and I will make a test in a separate PR
Sorry for the delay - I was really busy the last few days. I actually deliberately left the Regarding the docker compose file - this should be a good example:
|
@tldev-de if you know it's better to have it outside then move it there. Also note that I moved the logic to be after setting the default configs. The extra configs already catered for this as you could add any king of configuration you could. |
Hi there,
this is my first contribution to this project, so please give me feedback if there is anything I can do better.
This commit fixes two problems, I experienced while using it for a larger deployment:
jdbcstore.propertiesproperties
instead ofjdbcstore.properties
The first issue is solved by just fixing the filename. The second issue is fixed by adding the respective line to enable jndi in jdbcconfig / jdbcstore.
if you need more details to understand these problems, please let me know.
Hope this helps :)