[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!