Hi, I have a multi-tenant application that has a seperate website instance and a seperate DataBase for each client instance.
I am trying to move as much functionality into central services that are reachable by MSMQ. I use Nhibernate and I use Castle's NhibernateIntegration. With the NhibernateIntegration you can have a number of session factories defined in the Configuration etc. I really do not want to have to create a different sessionfactory for each client. Is there anyway I can change the connection string at runtime or is there an approach that will avoid me having to create a seperate sessionfactory for each client? Cheers Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
