-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
请教个问题;
通过 javassist 生成的input 对象在drools RHS里为啥无法使用
如
rule "test"
when
$ruleResult:RuleResult()
$input:xyz.sally.core.fact.input.Input67974f6b3897482aa7776a4bdd643b05(sex >= 1)
then
System.out.println($input);
$ruleResult.hitRule(drools.getRule().getName()) ;
end
编译报错;
java.lang.RuntimeException: Unable to compile drool rules.
怀疑是$input 无法识别,
Metadata
Metadata
Assignees
Labels
No labels