besure to read
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide

 So these are the only 3 that I need to change to localpostgres??
actually you only need to change the first one.
but it does not hurt to change them all.

do a search through the code for delegator to get an idea what it does.

Olap is not a part of ver4.0

Brendan Vogt sent the following on 11/11/2007 10:16 AM:
> There are the following delegators:
> 
> <delegator name="default"...
>   <group-map group-name="org.ofbiz" datasource-name="localderby"/>
> </delegator>
> 
> <delegator name="default-no-eca"...
>   <group-map group-name="org.ofbiz" datasource-name="localderby"/>
> </delegator>
> 
> <delegator name="test"...
>   <group-map group-name="org.ofbiz" datasource-name="localderby"/>
> </delegator>
> 
> So these are the only 3 that I need to change to localpostgres??
> 
> What about:
> 
> <delegator name="other"...
> 
> What is this used for?  Where can I get a description on these delegates for
> version 4?  What happened to org.ofbiz.olap?
> 
> What else do I need to change in this xml file?
> 
> 
> 
> 

Reply via email to