I put database user login data in the Torque.properties as torque.dsfactory.default.connection.user = username torque.dsfactory.default.connection.password = userpassword
now I want to at least put encrypted userpassword in the Torque.properties like: torque.dsfactory.default.connection.password = encryptedpassword the problem is that when turbine starts up, it seems also initializing torque with the value in torque.properties. It will ends up with org.apache.torque.TorqueException: java.sql.SQLException: ORA-01017: invalid username/password; logon denied is there anyway the turbine could follow a flow like: turbine -> starts -> run some decryption script -> initialize torque with the decrypted value. What should be done to let turbine 'run' such script, or class when it starts? Appreciate any help as always. Jill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
