I used to use the DaoManager as well and it worked fine. You have to use the method buildDaoManager that takes a Properties as parameter in the DaoManagerBuilder class. You can create one daoManager per database and then get you dao through those managers.
The dao manager is going to forward those parameters to the sqlMap instance that it creates. I am talking about iBatis Dao here. I am not tu sure about Spring. Hope this helps Julien On 11/24/06, Hycel Taylor <[EMAIL PROTECTED]> wrote:
Hey! This sounds like a pretty good idea. Another question however. We're using the DAO manager. Will this cause a problem? Will the DAO manager allow access to the sqlMap so that properties can be set before a connection to the database is made? Thank you for the suggestion.