[rules-users] ConsequenceException when retract from entry point

jschmied nabble at juergenschmied.de
Tue Jan 26 06:29:41 EST 2010


solved:

rule "test 3"
    when
        $t : My_Type() from  entry-point "NM"
    then
        retract($t)  // <-- now without referencing the entry-point
end   
-- 
View this message in context: http://n3.nabble.com/ConsequenceException-when-retract-from-entry-point-tp136290p139191.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list