Sorry Laune... you wrote:
$measureList: measure from $orderLineList
This is incorrect DRL syntax. You have to extract (using "from") the
elements of orderLine which are of class OrderLineType, and from these
you can extract measure.
What if $measureList: measure from $orderLineList ---> becomes --->
$measureList: MEASURES from $orderLineList ??
is it incorrect syntax?
--
View this message in context:
http://drools.46999.n3.nabble.com/Write-Assumptions-for-NESTED-List-Objec...
Sent from the Drools: User forum mailing list archive at
Nabble.com.