[ 
https://issues.apache.org/jira/browse/OFBIZ-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sharan Foga updated OFBIZ-3554:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> Delegator removeByXXX do not trigger remove ECA
> -----------------------------------------------
>
>                 Key: OFBIZ-3554
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3554
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 09.04, Trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Adam Heath
>         Attachments: OFBIZ-3554.patch
>
>
> The removeByAnd / removeByCondition and by extension i think the removeAll 
> methods do not trigger the remove ECA on the entities.
> So for example:
> {code:title=No trigger|borderStyle=solid}
>  removeByAnd("FooBar", map);
> {code} 
> Compared to:
> {code:title=With trigger|borderStyle=solid}
>  List entities = delegator.findByAnd("FooBar", map);
>  for (GenericValue v : entities) {
>    delegator.removeValue(v);
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to