Hi all!
I'm new to drools/JBoss rules, the problem is the following:

The system that requires rules, manages dynamic data extracted from a DB. Each row or data item is stored in a kind of KEY/VALUE map. So I haven't got hard beans with properties. The question is: Is there a way to write rules about dynamic properties?

Example:

Map cheese = new HashMap();
m.put("name", "Cheddar");
m.put("price", 10);

Rule "Is cheddar"

when
m:Map(get("name")=="cheddar")
then ...

Thanks in advance!
Beto

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to