java - Pentaho 7 CE Report Designer 超链接BUG

标签 java tomcat hyperlink pentaho pentaho-report-designer

我一直在将我的报告升级到 pentaho 7 CE,我遇到了一个奇怪的问题,当在单元格上使用超链接打开子报告时,登录到通过报告设计师超链接窗口,服务器URL PATH 两者都用 bi bi Server URL 自动填充,然后将报告选择到Hyper时,通过BROWSER 按钮 链接,下钻报告的参数 不会出现在“报告参数”选项卡上,这在Pentaho 6 CE 报告设计器,谁能推荐一些 use full 的东西?

我试过 Pentaho Repository Legacy 选项,参数显示正常,但报告上没有生成链接

在超链接时选择报告时出现错误:

org.apache.commons.vfs2.FileSystemException:期望//遵循 URI“http:/localhost:8080/pentaho”中的方案。

:(请帮助任何人..

最佳答案

我遇到了同样的问题,所以我开始调试报表设计器,我意识到当您使用 Pentaho 超链接时,他们创建了一个新类来管理对话框:SwingRemoteDrillDownUiProfile,我评论道使用此类的行并取消注释文件中的其他行
org\pentaho\reporting\designer\extensions\pentaho\drilldown\configuration.properties如下:

#org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.swing.SwingRemoteDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.xul-document.pentaho-sugar=res://org/pentaho/reporting/designer/extensions/pentaho/drilldown/sugar-xaction-drilldown.xul
org.pentaho.reporting.designer.core.editor.drilldown.xul-controller.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownController

configuration.properties 文件可以在 report-designer-ext-pentaho-7.0.0.0-25.jar for pentaho 7.0 中找到> 或用于 pentaho-7.1ext-pentaho-7.1.0.0-12.jar

关于java - Pentaho 7 CE Report Designer 超链接BUG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41344102/

相关文章:

spring-boot - 如何让我的 Spring Boot 微服务使用 HTTPS 运行?

html - Rails 中的 Link_to 和来自 modal#show 的动态名称

java - tomcat在哪里存储我的文件?

java - 启动 Apache Tomcat 7 时指定 JRE/JDK

java - 如何链接 TextView 中的文本以打开网址

html - anchor 内的div

java - 如何使用 Gson 将嵌套 json 转换为 Map 而不进行类型转换

java - 带参数的方法引用

java - 使用 jOOQ 更新 Postgres 日期范围

java - 你如何解析名称中带有冒号的 JSON?安卓/Java