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.

Reply via email to