RFC: Multi-Tenant Support
Posted by
David E. Jones-2 on
Mar 05, 2010; 8:33pm
URL: http://ofbiz.116.s1.nabble.com/RFC-Multi-Tenant-Support-tp1580113.html
I've finished an initial implementation of the support for multiple tenants in a single instance of OFBiz (with separate databases for each tenant).
For an overview and the patch itself please see:
https://issues.apache.org/jira/browse/OFBIZ-3540While I did a fair amount of manual testing and this seems pretty complete now, while doing this I found lots of spots that keep delegator references or that get the delegator in inconsistent ways, and chances are there are more of them somewhere so there may still be issues with this patch.
I'd appreciate feedback from those who have asked about multi-tenant support, and those who have implemented it too (successfully or not). This may go into the trunk and if it does then it would be good to support a variety of needs from the start to avoid having to do too many changes to this stuff later on (there are lots of touch points to deal with).
-David