當我第一次設立在rules/sample.drl文件示例Hello World應用程序我得到的錯誤 的錯誤如下: Rule Compilation error Only a type can be imported. com.sample.DroolsTest.Message resolves to a package
Only a type can be imported. org.drool
是否可以定義哪些行爲結果可以隨機確定的規則? 例如: rule "X"
dialect "mvel"
when
check : tRiskCheckData(riskValue <= 5 , Money <= 50000)
then
%% this action is executed to accept the request
check.setR