决策表x / y / z / foo.xls位于文件夹x / y / z中,但声明包“导入”

时间:2019-09-26 15:56:48

标签: drools kie

I've got a simple decision table, like so:
+-----------+-----------------+--------+
|RuleSet   |x.y.z            |        |
+-----------+-----------------+--------+
|Import    |x.y.z.SomeClass  |        |
|RuleTable |theRules         |        |
|Name      | Condition       | Action |
|...       |                 |        |
+-----------+-----------------+--------+

将其导入到Business Central中时,会收到以下警告:

File  'x/y/z/foo.xls' is in folder 'x/y/z' but declares package 'Import'

如果我构建一个kjar并将其在Java程序中使用,则会收到相同的警告。

一切正常,但我不明白此警告。决策表的布局有问题吗?

0 个答案:

没有答案