升级到 Birt 2.3.1 并记录 SEVERE: Not allowed choice any

发布于 2024-07-11 03:47:46 字数 184 浏览 6 评论 0原文

升级到 BIRT 2.3.1 后,会有大量日志:

org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
SEVERE: Not allowed choice any

任何如何删除它们的想法将不胜感激。

After an upgrade to BIRT 2.3.1 have a tons of logs:

org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
SEVERE: Not allowed choice any

Any thoughts how to rid of them will be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分開簡單 2024-07-18 03:47:46

我找到了解决方案。 在升级到 2.3.1 的过程中,您必须删除所有 BIRT 文件中指向“any”数据类型的链接。

IMO 最简单的方法是从 *.rptdesign 文件中删除如下所有字符串。

<property name="dataType">any</property>

I found the solution. During the upgrade to 2.3.1 you have to rid of from links to "any" data types in all BIRT files.

IMO the simplest way is to delete all strings like below from *.rptdesign files.

<property name="dataType">any</property>
慢慢从新开始 2024-07-18 03:47:46

BIRT 2.5 中针对这种情况的错误消息

SEVERE: not found choice: any

非常令人困惑,但第一个答案很有帮助。

The error message in BIRT 2.5 for this situation is

SEVERE: not found choice: any

Very confusing, but the first answer is helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文