I need to load the xml configuration file from the database. Is there asimple way to do this? The SQL map file allows only two types, resource and URL (e.g. sqlMap resource="ibatis.xml"). I need another level of indirection where the secondary configurationfile is loaded from the database based on the primary file, which can be a normal file resource. I was hoping there was a programmatic way to dothis but I cannot find any. Thanks for any suggestions. Mike
