[rules-users] Then part of DRL file can not use Java Generic?

Wolfgang Laun wolfgang.laun at gmail.com
Tue Dec 31 02:13:31 EST 2013


On 30/12/2013, wtang <wtang at kana.com> wrote:
> Drools version 6.0, dialect "mvel":

There you are. It's either generics or mvel.
-W

>
> package com.sample
>
> import java.util.*;
> import java.util.ArrayList;
>
>
> rule "Internal Assignment with Map using constant and path"
>     dialect "mvel"
> 	when
>        $map: Map(this["EmailED.subject"] == "hello there")
>
>     then
>     	
>     	ActionParam actionParam = new ActionParam();
>     	List actionParamList = new ArrayList();
>     	List actionList = new ArrayList();
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Then-part-of-DRL-file-can-not-use-Java-Generic-tp4027465p4027468.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


More information about the rules-users mailing list