You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Christopher Snow <sn...@coralms.com> on 2007/02/02 05:51:46 UTC

Re: EntityListIterator Not Closed for Entity [RiskManagementStrategy], caught in Finalize

Thanks again!

Time to get some sleep!

On Thu, 2007-02-01 at 20:38 -0800, Chris Howe wrote:
> In your iterate statement you have
> ${theRiskManagementStrategyItem.valueFrom}"/>
> after your > for the iterate tag
> 
> this is malformed xml
> 
> Whatever you're doing with
> ${theRiskManagementStrategyItem.valueFrom}"/> needs to have an open
> bracket and an element name otherwise, get rid of it.
> 
> 
> --- Christopher Snow <sn...@coralms.com> wrote:
> 
> > I'm getting the error message: 
> > 
> > EntityListIterator Not Closed for Entity [RiskManagementStrategy],
> > caught in Finalize
> > 
> > Any ideas?
> > 
> > Many thanks ...
> > 
> > <entity-condition list-name="theRiskManagementStrategyItems"
> > entity-name="RiskManagementStrategy">
> > 	<condition-expr field-name="valueFrom" operator="greater-equals"
> > value="${riskOverallRating}" ignore-if-null="true"/>					
> > 		<order-by field-name="valueFrom"/>		
> > 		<limit-range start="1" size="1"/>
> > </entity-condition>
> > 		
> > <iterate list-name="theRiskManagementStrategyItems"
> > entry-name="theRiskManagementStrategyItem">
> > ${theRiskManagementStrategyItem.valueFrom}"/>
> > 	<set field="riskManagementStrategyId"
> > from-field="theRiskManagementStrategyItem.riskManagementStrategyId"/>
> > </iterate>
> > 
>