This bug is in continuation with [https://hibernate.atlassian.net/browse/HHH-5692|https://hibernate.atlassian.net/browse/HHH-5692|smart-link]. I’m facing the same issue and i’m unable to resolve \{h-schema} variable from properties files. Is the property been removed or some alternate has been introduced.
This property was introduced by hibernate team as a result of [https://hibernate.atlassian.net/browse/HHH-2576|https://hibernate.atlassian.net/browse/HHH-2576|smart-link] .
I have uploaded a sample project to reproduce the issue at : [https://github.com/Anand450623/Stackoverflow|https://github.com/Anand450623/Stackoverflow|smart-link]
It contains a demo maven based project and two errorlog files namely errorlog.log and errorlog1.log. I have tested the code on HSQLDB and oracle db. The project in github contains log from HSQLDB. I was also getting similar error while trying with oracle db the details of which is mentioned at : [https://stackoverflow.com/questions/58101952/jdbctemplate-unable-to-resolve-h-schema-on-runtime|https://stackoverflow.com/questions/58101952/jdbctemplate-unable-to-resolve-h-schema-on-runtime]
Please review the details and suggest some solution or alternative.
Thanks |
|