Drools syntax error 'mismatched input '.' in rule'
I am new to drools and am receiving an error on the second line of the when clause rule "grievancesMap_10" when $grievances:GrievanceDTO($grievances.getCategory().equals("NA")) $grievances.getSubcategory().equals("Access/Availability") $grievances.getSubIssue().equals("NA") $grievances.getIssueReason().equals("NA") $grievances.getProviderAccessType().equals("NA") $grievances.getSubcareType().equals("NA") then $grievances.setServiceType("Timely Access"); end mismatched input ‘.’ in rule >Solution : I suggest reading the Drools documentation. It’s fantastic and covers all topics in depth. The reason your… Read More Drools syntax error 'mismatched input '.' in rule'