I have the following rule: when not FixedClient(service == null) and not FixedClient(service.statusCode == "CU") and $client : FixedClient(lastChargeDate > 3) then ... From the logs it seems that even if the first condition returns true (i.e. service is null) the rest of the conditions are still evaluated which results in a null pointer exception. […]
The post DROOLS Stop Evaluation if one of the conditions doesn’t match appeared first on BlogoSfera.