Version 4

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

Version 4

Brendan Vogt
Hi,

 

I am in the entityengine.xml and it looks a little different.  I'm not sure
if the previous version contained the following section:

 

<delegator name="other" entity-model-reader="main"
entity-group-reader="main" entity-eca-reader="main">

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

</delegator>

 

Out of interests sake what happened to:

 

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

 

If I want to run it on postgres then I must just change the delegator with
name default to datasource-name="localpostgres"??

 

Brendan

Reply | Threaded
Open this post in threaded view
|

Version 4

BJ Freeman
http://docs.ofbiz.org/display/~jacopoc/My+Misc+Notes+about+new+OFBiz+features
for olap

Brendan Vogt sent the following on 11/11/2007 9:43 AM:

> Hi,
>
>  
>
> I am in the entityengine.xml and it looks a little different.  I'm not sure
> if the previous version contained the following section:
>
>  
>
> <delegator name="other" entity-model-reader="main"
> entity-group-reader="main" entity-eca-reader="main">
>
>    <group-map group-name="org.ofbiz" datasource-name="localpostgres"/>
>
> </delegator>
>
>  
>
> Out of interests sake what happened to:
>
>  
>
> <group-map group-name="org.ofbiz.olap" datasource-name="localderby"/>
>
>  
>
> If I want to run it on postgres then I must just change the delegator with
> name default to datasource-name="localpostgres"??
>
>  
>
> Brendan
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Version 4

BJ Freeman
Just a note
olap is a new feature since ver 4.0
you will only find it in the trunk version

BJ Freeman sent the following on 11/11/2007 10:21 AM:

> http://docs.ofbiz.org/display/~jacopoc/My+Misc+Notes+about+new+OFBiz+features
> for olap
>
> Brendan Vogt sent the following on 11/11/2007 9:43 AM:
>> Hi,
>>
>>  
>>
>> I am in the entityengine.xml and it looks a little different.  I'm not sure
>> if the previous version contained the following section:
>>
>>  
>>
>> <delegator name="other" entity-model-reader="main"
>> entity-group-reader="main" entity-eca-reader="main">
>>
>>    <group-map group-name="org.ofbiz" datasource-name="localpostgres"/>
>>
>> </delegator>
>>
>>  
>>
>> Out of interests sake what happened to:
>>
>>  
>>
>> <group-map group-name="org.ofbiz.olap" datasource-name="localderby"/>
>>
>>  
>>
>> If I want to run it on postgres then I must just change the delegator with
>> name default to datasource-name="localpostgres"??
>>
>>  
>>
>> Brendan
>>
>>
>
>
>