version: Smartgwtee 2.4 (trial)
I have a requirement to obfuscate DB passwords stored server.properties. Unfortunately, I do not currently have the option of using JNDI to remove the need to store passwords in the file. Is there a way to intercept the loading of this information, or provide some other mechanism to provide the connection information to the Connector? Ideally, I'd love to inject my Spring DataSource bean into it.
Your help/advise is much appreciated.
I have a requirement to obfuscate DB passwords stored server.properties. Unfortunately, I do not currently have the option of using JNDI to remove the need to store passwords in the file. Is there a way to intercept the loading of this information, or provide some other mechanism to provide the connection information to the Connector? Ideally, I'd love to inject my Spring DataSource bean into it.
Your help/advise is much appreciated.
Comment