Hi,
I'd like to appreciate any advice. I'm running a launcher 2.6.1 in my test environment and I made projectsStorage to an oracle db via setting this "rundeck.projectsStorageType=db", I added "<property name="hibernate.jdbc.use_get_generated_keys">true</property>" into ./server/exp/webapp/WEB-INF/classes/hibernate.cfg.xml, as I knew for a tomcat container I have to do that to avoid the error of "getGeneratedKeys() support is not enabled".
However, it looks the file gets re-generated every time after I restart the rundeck, that causes the line I added gets removed. Is there any way to keep switch on the jdbc.use_get_generated_keys permenently?
Thanks,
Tony