first of all Drool is a good AI(Artificial Inteligence) rule engine.
But Drools full of shortage:
- You can't use generics in the drl file; that if you tried to define java function inside the drl file with the following Signature
function List getLoans(LoanBO loan) {...}
it will complains and will give the following error message
org.drools.rule.InvalidRulePackage: unknown:24:15 Unexpected token '<'
unknown:24:15 Unexpected token '<' - if your code encountered sentex error, or throw exception or you even forget to import a class that you are using all what drools will dump is the following error message org.drools.rule.InvalidRulePackage: Function Compilation error
at org.drools.rule.Package.checkValidity(Unknown Source)
at org.drools.common.AbstractRuleBase.addPackage(Unknown Source)

Recent comments
3 days 21 hours ago
1 week 5 days ago
2 weeks 3 hours ago
2 weeks 1 day ago
2 weeks 3 days ago
3 weeks 15 hours ago
3 weeks 15 hours ago
4 weeks 5 days ago
9 weeks 3 days ago
9 weeks 3 days ago