Sorry, misread your original message - disregard my previous "advice".
If you don't find a JNDI solution that works in your environment out of the box, you can subclass DriverDataSourceFactory to do decryption in a custom manner. Initially you can post this as a Cayenne example on Wiki, and then we can make a decision on whether we should include this in Cayenne proper.
Andrus On Aug 10, 2006, at 11:03 AM, Michael Gentry wrote:
Setting encryption via URL parameters sounds like it might encrypt the data stream (all the SQL), which is cool, but I need to encrypt the password to the database (no plaintext passwords to comply with SOX standards). Thanks, /dev/mrg
