Report Jasper complaining about non-existent property

0

[RESOLVED] I have a report and I find the following situation:

java.lang.NoSuchMethodException: Unknown property 'acompanhamentoPorObra' on class 'class br.com.okds.evop.acompanhamento.ent.aditivo.AditivoDeContrato'

It says that the property does not exist in the entity of the object in question, does not even exist that property and nor use it in my report. The same could be some field that the entity uses to do some operation, but I searched my code and it does not really exist. Has anyone had the same problem? Thank you in advance! Hugs!

    
asked by anonymous 25.06.2015 / 16:47

1 answer

0

[RESOLVED] It was the entity of my research that was totally wrong, then when I ordered the report to be generated, it would take a totally different file from which I prepared it. Thanks!

    
25.06.2015 / 16:58