Resolved ‘uuid’ is not allowed in element when open jrxml in iReport

Sometimes when using iReport in windows, the jrxml cannot be opened because of ‘uuid’ is not allowed in element. The most simple things you can do is to open the jrxml in text editor that support regular expression replacement, find this regex uuid=”[^”]*”   or uuid=”\w*-\w*-\w*-\w*-\w*”  then replace it with blank string. That’s it now tryContinue reading “Resolved ‘uuid’ is not allowed in element when open jrxml in iReport”