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

wtang wtang at kana.com
Mon Dec 30 16:34:44 EST 2013


Drools version 6.0, dialect "mvel":

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.


More information about the rules-users mailing list