Hi all! Is there some way to dynamically pass properties to iBatis for configuring database access instead of providing
<properties resource="db.properties" /> in mapping configuration file? We have encrypted passwords in db.properties which should be decrypted on the fly. -- Eugene N Dzhurinsky