Drools规则模板和forall决策表构造

时间:2011-06-22 07:28:58

标签: jboss rules drools

目前正在尝试证明使用逗号分隔的输入参数的数据库驱动的规则模板。我们正在尝试重用似乎不适用于规则模板的forall决策表构造。

E.g。

<code>
template header
myCommaSeparated

package test.package;

template "Test Rule"
rule "@{row.rowNumber}"

    when
        forall(||){@{myCommaSeparated}}
    then        

end
end template   
</code>

这不起作用。根据docs规则模板应该能够做决策表可以做的一切??

1 个答案:

答案 0 :(得分:0)

您可以在drools-user邮件列表中关注类似(相同?)问题的状态:http://drools.46999.n3.nabble.com/rules-users-Rule-Templates-comma-separated-data-td3091621.html