fortesinformatica / jasper-rails

JasperReports on Rails
MIT License
62 stars 36 forks source link

Attribute 'uuid' is not allowed to appear in element 'jasperReport' #2

Closed plentz closed 12 years ago

plentz commented 12 years ago

Using rails 3.2.6 and jasperreports/ireport 4.6.0 I'm getting this error message.

SEVERE: Parse Error at line 2 column 459: cvc-complex-type.3.2.2: Attribute 'uuid' is not allowed to appear in element 'jasperReport'.

full stack trace here: https://gist.github.com/2925685

plentz commented 12 years ago

Just found that the problem is caused by something new in jasper 4.6.0. You can solve this with the following workaround:

plentz commented 12 years ago

related: http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=98267

watcharapon commented 5 years ago

@plentz thanks that work for me!