We have a requirement for all clear text passwords to be encrypted in the context.xml file. Has anyone done this with c3p0? I found an example on how to do it with dbcp but we are using c3p0 in our app.

http://stackoverflow.com/questions/1...-resource-defi

I know you can not extend ComboPooledDataSource as it is final but is there another way?