Hi Anchit, This is the second posting regarding multi-tenancy within one week. See http://ofbiz.markmail.org/message/22bmphzfhkprhrcm?q=multi+root
If you feel there is something serious wrong with multi-tenancy, as we had some changes recently, please create a JIRA issue. Best regards, Pierre Smits *ORRTIZ.COM <http://www.orrtiz.com>* Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade http://www.orrtiz.com On Tue, Jan 27, 2015 at 12:09 PM, Anchit Jindal <[email protected]> wrote: > Hi All > > I am trying to create tenant by using *'create-tenant-on-PostgreSQL'* > command. I have created database for tenant and this command create tables > and load seed data in tables and also create admin user for tenant and i am > also able to connect to the backend of this tenant. But the main issue is > my tenant component is not connected to tenant databases for this i do > following changes in my tenant component's web.xml > <context-param> > <param-name>entityDelegatorName</param-name> > <param-value>default#tenantId</param-value> > <description>The Name of the Entity Delegator to use, defined in > entityengine.xml</description> > </context-param> > > can any one tell me what i need to do to make it work currently i am using > the latest ofbiz from trunk. Thanks. > > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Unable-to-connect-tenant-component-with-tenant-database-tp4662327.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >
