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 via email to