升级到 Birt 2.3.1 并记录 SEVERE: Not allowed choice any
升级到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了解决方案。 在升级到 2.3.1 的过程中,您必须删除所有 BIRT 文件中指向“any”数据类型的链接。
IMO 最简单的方法是从 *.rptdesign 文件中删除如下所有字符串。
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.
BIRT 2.5 中针对这种情况的错误消息
非常令人困惑,但第一个答案很有帮助。
The error message in BIRT 2.5 for this situation is
Very confusing, but the first answer is helpful.