我们在使用Drools 7.10.0的应用程序中遇到异常触发问题。在运行时多次收到以下日志警告:
[MvelConstraint]; ___; Exception jitting: ($n > 0 && true) || (!($n > 0) && !true) This is NOT an error and NOT prevent the correct execution since the constraint will be evaluated in intrepreted mode
[MvelConstraint]; ___; Exception jitting: ($n > 0 && false) || (!($n > 0) && !false) This is NOT an error and NOT prevent the correct execution since the constraint will be evaluated in intrepreted mode
我们已经仔细检查了所有Drools条件,但找不到此条件。我们构建了一个在构建应用程序时将所有条件记录到.txt文件中的过程。仍未找到此规则。 是否可能这种情况是Drools引擎文件本身的一部分?
答案 0 :(得分:0)
我认为这种问题在Drools的更高版本中已得到解决。您可以尝试最新版本吗?我认为7.16.0.Final很快就会发布(如果尚未发布)。