<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I also tried the following rule syntax with from but without collect (
) :<br>
<br>
<font face="Courier New, Courier, monospace">rule "Explode Globals"<br>
ruleflow-group "Data Prep"<br>
when<br>
$market : Market() from request.requestObjects.values<br>
$series : CandleSeries() from $market.candleSeries<br>
then <br>
insert ( $series );<br>
insert ( $market );<br>
<br>
end</font><br>
<br>
At runtime I get an exception: org.mvel.PropertyAccessException: unable
to resolve property: values<br>
</body>
</html>