Jaspersoft Studio adding uuid when data adapter is changed for report

前端 未结 3 1467
悲哀的现实
悲哀的现实 2021-01-21 12:33

I am currently in the process of moving from iReport 4.5.1 to Jaspersoft Studio 5.5. I notice when I change the data adapter in Jaspersoft Studio it a

相关标签:
3条回答
  • 2021-01-21 12:44

    I think the UUID attribute was introduced in JasperReports 4.6.0. Therefore in order to get rid of it, you should set the compatibility mode to use JasperReports 4.5.0. This because every new version of Jaspersoft Studio or even iReport, uses the last version available of the JR library.

    In Jaspersoft Studio you can set the compatibility mode at global level via "Window > Preferences > Jaspersoft Studio", then via the combo select 4.5.0 version. This will apply settings at workspace level. However you can customize this information via the project properties or even file properties. This can be really useful in common use case where you want to use the last JR version for all your reports, but you have a specific report that you want to be "JR 4.5.0" compliant.

    Hope this solves your doubts and question.

    Best regards, Massimo.

    P.S: Below screenshots of the configuration pages

    Workspace level Settings

    Project level Settings

    File level Settings

    0 讨论(0)
  • 2021-01-21 12:47

    To remove issue of uuid please change latest version of jasper report to version 4.5.0. It works perfectly and removes all uuid from your XML.

    0 讨论(0)
  • 2021-01-21 12:48

    i have the same problem before, and the solution is to delete the attribut uuid

    0 讨论(0)
提交回复
热议问题