Direct import from second database

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Direct import from second database

Ján Valkovič
Hi,
is possible connect ofbiz to 2 databases in one time? I want import data
from our old desktop, application. One of possible, clean and relative
simply ways is read data from old database and write them indirect by
ofbiz services.

Thanks

ya


Reply | Threaded
Open this post in threaded view
|

Re: Direct import from second database

Jacques Le Roux
Administrator
There is already a such example OOTB : the line

    <group-map group-name="org.ofbiz.olap" datasource-name="localderbyolap"/>

in entityEngine.xml shows you the way

Jacques

From: "Ján Valkovic" <[hidden email]>

> Hi,
> is possible connect ofbiz to 2 databases in one time? I want import data
> from our old desktop, application. One of possible, clean and relative
> simply ways is read data from old database and write them indirect by
> ofbiz services.
>
> Thanks
>
> ya
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Direct import from second database

Ján Valkovič
Thanks

ya

Dňa Št, 2009-05-28 o 14:11 +0200, Jacques Le Roux napísal:

> There is already a such example OOTB : the line
>
>     <group-map group-name="org.ofbiz.olap" datasource-name="localderbyolap"/>
>
> in entityEngine.xml shows you the way
>
> Jacques
>
> From: "Ján Valkovic" <[hidden email]>
> > Hi,
> > is possible connect ofbiz to 2 databases in one time? I want import data
> > from our old desktop, application. One of possible, clean and relative
> > simply ways is read data from old database and write them indirect by
> > ofbiz services.
> >
> > Thanks
> >
> > ya
> >
> >
>
>