Jasper reports 无法读取架构文档

Jasper reports 无法读取架构文档,jasper-reports,jasperserver,Jasper Reports,Jasperserver,我制作了一个webapplication,以执行托管在JasperServer上的特定报告。有些报告与“ReportExecution”类型的超链接和作为_report的报告参数链接。超链接放在“我的报告”的字段上。在用java编译jrxml文件时,我遇到如下错误 org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://jaspersoft.com/schema/fusi

我制作了一个webapplication,以执行托管在
JasperServer
上的特定报告。有些报告与“ReportExecution”类型的超链接和作为_report的报告参数链接。超链接放在“我的报告”的字段上。在用java编译jrxml文件时,我遇到如下错误

org.xml.sax.SAXParseException: schema_reference.4: 
Failed to read schema document 'http://jaspersoft.com/schema/fusion.xsd', because 
1) could not find the document; 
2) the document could not be read;
3) the root element of the document is not <xsd:schema>.
org.xml.sax.SAXParseException:schema_reference.4:
读取架构文档“”失败http://jaspersoft.com/schema/fusion.xsd",因为
1) 找不到该文档;
2) 文件无法读取;
3) 文档的根元素不是。

有谁能帮我解决这个问题。

添加jasperreports-fusion.jar来解决这个问题。您可以在以下位置找到jar:ireport安装目录\ireportpro\modules\ext

将这个jar放在哪里?