Minilang entity-condition delegator-name not working

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

Minilang entity-condition delegator-name not working

Christian Carlow-OFBizzer
When I use entity-condition "Error running the simple-method: In find
entity by condition could not find definition for entity with name
[test].null":
         <entity-condition list="testList" entity-name="test"
delegator-name="legacydb">
             <condition-expr field-name="test" value="test"/>
             <order-by field-name="test"/>
         </entity-condition>

However when I use find-by-and it works fine:
     <find-by-and list="testList" map="bogusMap" entity-name="test"
delegator-name="legacydb" use-iterator="true"/>

I set some breakpoints and determined that entity-condition is using the
"default" instead of "legacydb" delegator.

Am I missing something or is this a bug?
Reply | Threaded
Open this post in threaded view
|

Re: Minilang entity-condition delegator-name not working

Adrian Crum-3
Looking at the source code, it is clearly a bug. Please create a Jira issue.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 2/6/2014 7:11 AM, Christian Carlow wrote:

> When I use entity-condition "Error running the simple-method: In find
> entity by condition could not find definition for entity with name
> [test].null":
>          <entity-condition list="testList" entity-name="test"
> delegator-name="legacydb">
>              <condition-expr field-name="test" value="test"/>
>              <order-by field-name="test"/>
>          </entity-condition>
>
> However when I use find-by-and it works fine:
>      <find-by-and list="testList" map="bogusMap" entity-name="test"
> delegator-name="legacydb" use-iterator="true"/>
>
> I set some breakpoints and determined that entity-condition is using the
> "default" instead of "legacydb" delegator.
>
> Am I missing something or is this a bug?