JRException:从bean中检索字段值时出错:

时间:2016-09-14 12:28:49

标签: java jasper-reports

从jpql生成ireport时,会引发以下异常: JRException:从bean中检索字段值时出错:。

是的,getter / setter是好的,我怀疑这个原因的来源可能是报告收到的集合的类型:Vector而不是List。

我的环境是Java 8,JPA 2.1,itext 2.1.0和jasper 6.2.0。下面的方法应该返回一个List,但返回一个Vector。 (Vector是一个List),用于填充数据源。

<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><SoapResponse 
xmlns="http://tempuri.org/"><Response/><TicketId/><LogId/><Error xmlns:a="http://schemas.datacontract.org/2004/07/OpenSystems.Web.OCKSoap.Entities" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><a:code>1233</a:code><a:message>No se pudo obtener una conexión de base de datos</a:message></Error></SoapResponse></s:Body></s:Envelope>

有人可以帮忙吗?

0 个答案:

没有答案