Thank you for the response djb.
Doing what you say, i will collect ALL instances of products with id
'A','B','C', instead i need a tuple of exactly one 'A', one 'B' and one 'C'.
In my scenario, products may occur multiple times (that i forgot to say, my
fault...).
I investigated a bit and posted a response myself, probably found a bug or
missing implementation.
Kind regards
2010/5/19 djb <dbrownel...@hotmail.com>

>
> You can't do any sort of constructor calls in the condition section.
> i'm not sure if you're asking what goes in the ???? spot, but,
> $list: ArrayList() from collect(Product(id == @{id}, ...conditions...))
> perhaps?
> --
> View this message in context:
> http://drools-java-rules-engine.46999.n3.nabble.com/Dynamic-generated-list-tp828787p829220.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to