What error messages are you seeing in Eclipse?
--
View this message in context:
http://n3.nabble.com/Writing-decision-tables-without-eclipse-errors-tp120961p122159.html
Sent from the Drools - User mailing list archive at Nabble.com.
___
rules-users m
I'm trying to use drools with very simple decision table. My first target is
to rewrite this working drl
global org.jbpm.jpdl.internal.rules.Outcome outcome;
global test.jbpm.vrk.Claim claim;
rule "Rule 01"
when
eval( claim.isDefraudationSuspect() )
eval( claim.isSimpleClaim