Hi
i'm trying to get multi tenancy working in my app - using nhibernate integration facility from castle and i think that the funky combination of using the nh facility combined with fluent is making the task of configuring more than one session factory a pain.
i'm thinking about swapping it out to use the rhino.commons UoW implementation - is this the best way to go?
I'm not that experienced with nhibernate and would prefer to use a framework over a role my own as i know i will introduce more bugs that way :)
w://