After a little thinking of that I chose the multi tenancy option. But now a new problem has been raised and it's regarding to data loading. I have my own data as ext and I want to split/adapt it in order to fill the different tenants with it.
As I read in another posts I found that this topic was discussed before http://www.mail-archive.com/[email protected]/msg27231.html How can I achieve this? Is there another solutions? Thanks in advance. On Fri, Jul 2, 2010 at 1:14 AM, BJ Freeman <[email protected]> wrote: > [That's a possible solution. Another one may be to have two running > instances > > of Ofbiz using different DB, I think it will be more versatile because it > allows me to handle the logic for one company separated to the other and I > would be able to exchange data through webservices for example , but the > work and maintenance is multiplied by two plus the webservice development > and testing.] > actually you can create a component that access both db at the same time, > since the dbs are accessed by delegators. no webservices necessary. > like when the PO is generated, you add an SECA to call the new component > code that would add the PO to the other database as an order. > > since it is run at system level and not accessed by users it is secure. > > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Linkedin < > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > > > > > Jonatan Soto sent the following on 7/1/2010 3:17 PM: > > That's a possible solution. Another one may be to have two running >> instances >> of Ofbiz using different DB, I think it will be more versatile because it >> allows me to handle the logic for one company separated to the other and I >> would be able to exchange data through webservices for example , but the >> work and maintenance is multiplied by two plus the webservice development >> and testing. >> >> > -- ----- Jonatan Soto
