You could extend the
class which allows you to load configuration values from a property file. I think all you would need to do is override the method
to retrieve the value from the property file and decrypt. Then in your xml config add the following bean (replace the class with your extended classes)
Then create the property file
Another option would be investigate configuring the DataSource within your
J2EE server and using JNDI to access the datasource.
regards
Jason
[ March 09, 2006: Message edited by: Jason Moors ]
[ March 09, 2006: Message edited by: Jason Moors ]