Problem with jasper reports in jmix app

I have created a report template with jasper studio to use in a jmix applications. whenever i try to run the report the following error is being shown :
ReportingException: Error formatting jasper report: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 205; cvc-complex-type.3.2.2: Attribute ‘uuid’ is not allowed to appear in element ‘jasperReport’. Report name [Attendance card (3)]
org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 205; cvc-complex-type.3.2.2: Attribute ‘uuid’ is not allowed to appear in element ‘jasperReport’.
cvc-complex-type.3.2.2: Attribute ‘uuid’ is not allowed to appear in element ‘jasperReport’.

what is the problem here and possible solution to this problem ?

Update: i have figured the problem. jmix uses a older version of jasper studio and jasper library. but still is there any way of using jasper report template with jmix using latest versions?