Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
rule "test_123_rules_21"
when
FIELD_A=2009-04-25 AND FIELD_B=999-9999
then
FIELD_C=SB
end
: Line 3:0 no viable alternative at input 'FIELD_A' in rule "test_123_rules_21"
: Line 3:23 no viable alternative at input 'FIELD_B' in rule "test_123_rules_21"
Exception in component tRules_1
java.lang.IllegalArgumentException: Could not parse knowledge.
at myworkspace.copy_of_drools_job_0_1.Copy_of_DROOLS_JOB$1KnowledgeBase_tRules_1.readKnowledgeBaseDRL(Copy_of_DROOLS_JOB.java:1186)
at myworkspace.copy_of_drools_job_0_1.Copy_of_DROOLS_JOB$1KnowledgeBase_tRules_1.readKnowledgeBase(Copy_of_DROOLS_JOB.java:1165)
at myworkspace.copy_of_drools_job_0_1.Copy_of_DROOLS_JOB.tRowGenerator_1Process(Copy_of_DROOLS_JOB.java:1231)
at myworkspace.copy_of_drools_job_0_1.Copy_of_DROOLS_JOB.runJobInTOS(Copy_of_DROOLS_JOB.java:1797)
disconnected
at myworkspace.copy_of_drools_job_0_1.Copy_of_DROOLS_JOB.main(Copy_of_DROOLS_JOB.java:1668)