Actually that's what I have done for now. What I need is to load different
ext data to each tenant. So I am thinking if it is possible to create a
different reader (eg: ext_Company1, ext_Company2).

I also have another doubt related to the databases needed. As I followed the
multitenancy support specified on the wiki I've created  a normal database
(default), and the tetants databases (DEMO1, DEMO2). I understand that the
default database is only necessary to store the tenants information, so I
think it's mandatory to create it. Is that right? In that case, may I only
create the default database specifying only
the group-name="org.ofbiz.tenant" in the delegator?

Thanks a lot for your support!


On Thu, Jul 15, 2010 at 9:13 AM, David-DiSiD Technologies <
dcerv...@disid.com> wrote:

>
> Hi Jonatan,
>
> You can load your own data (ext data) into a tenant database executing the
> next command in $OFBIZ_HOME:
>
>
>    java -Xmx512m -XX:MaxPermSize=128m -jar ofbiz.jar -install -readers=ext
> -delegator=default#${tenantId}
>
>
> Where ${tenantId} is the ID of the tenant where you want to load your data.
>
> Is this that you need?
>
> -----
> David Cervera - dcervera at disid dot com
>
> DiSiD Technologies, S.L. -  http://www.disid.com www.disid.com
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Multiple-internal-organizations-on-top-tp2275366p2289756.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>



-- 
-----

Jonatan Soto

Reply via email to