Hi Friends

Iam getting the following exception when trying to parse an jasper .jrxml file

my code is as follows


File xmlFile = new File("d://report.jrxml");
InputStream ins = new FileInputStream(xmlFile);
JasperDesign jasperDesign = JRXmlLoader.load(xmlFile);
JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, new JREmptyDataSource());
JasperExportManager.exportReportToPdfFile(jasperPr int, "d://sample_report.pdf");



I get the following exception:

exception:
java.lang.IllegalArgumentException: When using array of Objects as the value of SCHEMA_SOURCE property , no two Schemas should share the same targetNamespace.


Plz any one help me to find a solution for it.......

Thanks & Regards
Raju. A
email: rajumtmm@gmail.com