2009/10/2 Vladimir Perlov <vladp...@hotmail.com>

>
>
> Here is the rule that failed to compile on Linux:
>
> rule "TEST"
>     dialect "mvel" Send
>     when
>             map : Map()
>

$map : Map()

or omit '$' in the consequence.
-W


>     then
>             System.out.println($map.get("x").getSomeMethod());
> end
>
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to