我制作了一个 Web 应用程序,以便执行托管在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>.
任何人都可以帮助我解决这个问题。