You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sandeep Singh <sa...@gmail.com> on 2020/12/03 05:33:13 UTC

Multi Tenancy with Shared Data (OFBiz 18.12)

Hi All,
          I am planning to use OFBiz in the multi-tenancy mode to support a
SAAS version of OFBiz serving different tenants. I understand how
multi-tenancy is implemented in OFBiz but would like to know if data can be
shared between tenants.

For example, sharing a party with all tenants. Is that possible? Has anyone
done such a thing?

And if not supported, can some suggest something that may help implement
this design.

Thanks
--Sandeep
*"What we want to see is the child in pursuit of knowledge, and not
knowledge in pursuit of the child." -George Bernard Shaw*

Re: Multi Tenancy with Shared Data (OFBiz 18.12)

Posted by Sandeep Singh <sa...@gmail.com>.
Thanks Rajesh.

I have 2 more related questions.

1. Do the SOAP APIs honor multi tenancy too? If yes, how?
2. If there is some data that I want to share across tenants. Have you come
across this scenario? If yes, how did you solve it.

Thanks
--Sandeep

*"What we want to see is the child in pursuit of knowledge, and not
knowledge in pursuit of the child." -George Bernard Shaw*


On Thu, Dec 3, 2020 at 11:29 AM Rajesh Mallah <ma...@gmail.com>
wrote:

> Hi ,
>
> Yes we have used it in same manner.
> For each tenant create a separate database and use the
> in-built multitenant capability of ofbiz to associate the DB
> with the HTTP Request (on tenant vhost)
>
> Regds
> Rajesh Mallah.
>
>
>
> On Thu, Dec 3, 2020 at 11:03 AM Sandeep Singh <sa...@gmail.com> wrote:
>
> > Hi All,
> >           I am planning to use OFBiz in the multi-tenancy mode to
> support a
> > SAAS version of OFBiz serving different tenants. I understand how
> > multi-tenancy is implemented in OFBiz but would like to know if data can
> be
> > shared between tenants.
> >
> > For example, sharing a party with all tenants. Is that possible? Has
> anyone
> > done such a thing?
> >
> > And if not supported, can some suggest something that may help implement
> > this design.
> >
> > Thanks
> > --Sandeep
> > *"What we want to see is the child in pursuit of knowledge, and not
> > knowledge in pursuit of the child." -George Bernard Shaw*
> >
>

Re: Multi Tenancy with Shared Data (OFBiz 18.12)

Posted by Rajesh Mallah <ma...@gmail.com>.
Hi ,

Yes we have used it in same manner.
For each tenant create a separate database and use the
in-built multitenant capability of ofbiz to associate the DB
with the HTTP Request (on tenant vhost)

Regds
Rajesh Mallah.



On Thu, Dec 3, 2020 at 11:03 AM Sandeep Singh <sa...@gmail.com> wrote:

> Hi All,
>           I am planning to use OFBiz in the multi-tenancy mode to support a
> SAAS version of OFBiz serving different tenants. I understand how
> multi-tenancy is implemented in OFBiz but would like to know if data can be
> shared between tenants.
>
> For example, sharing a party with all tenants. Is that possible? Has anyone
> done such a thing?
>
> And if not supported, can some suggest something that may help implement
> this design.
>
> Thanks
> --Sandeep
> *"What we want to see is the child in pursuit of knowledge, and not
> knowledge in pursuit of the child." -George Bernard Shaw*
>