1

でホストされている特定のレポートを実行するために、Web アプリケーションを作成しましたJasperServer。一部のレポートは、"ReportExecution" のハイパーリンク タイプと _report のレポート パラメータでリンクされています。ハイパーリンクはレポートのフィールドに配置されます。そのjrxmlファイルをJavaでコンパイルしているときに、以下のようなエラーが発生します

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>.

これについて私を助けてくれる人はいますか?

4

1 に答える 1

0

この問題を解決するには、jasperreports-fusion.jarを追加してください。jarは、次の場所にあります。ireportインストールディレクトリ\ ireportpro \ modules \ ext

于 2012-04-26T07:10:46.370 に答える