Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/04/2015, 02:37
pendejo1983
 
Fecha de Ingreso: noviembre-2007
Mensajes: 163
Antigüedad: 17 años
Puntos: 0
Respuesta: iReport java.lang.NumberFormatException

Os dejo el código del jrxml por si fuese de utilidad:

Código:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.0.0.final using JasperReports Library version 6.0.0  -->
<!-- 2015-04-25T17:58:45 -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Borrame" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ee2fe6f1-1fea-4055-94e3-21980d798e43">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="606"/>
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="encuestas local"/>
	<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false"/>
	<parameter name="id_encuesta" class="java.lang.Integer"/>
	<parameter name="id_entidad" class="java.lang.String"/>
	<parameter name="fecha" class="java.lang.String"/>
	<queryString language="SQL">
		<![CDATA[select e.nombre nombre_encuesta, p.texto pregunta_texto, r.texto respuesta_texto,
  count(*) votos, cast(r.valor_numerico as decimal(2,0)) respuesta_valor_numerico,
  p.id_pregunta id_pregunta, e.id_entidad id_entidad, e.id_encuesta id_encuesta,
  r.id_respuesta id_respuesta
from encuesta e, pregunta p, respuesta r, voto_anonimo v
where e.id_encuesta = $P{id_encuesta}
  and e.id_entidad = $P{id_entidad}
  and e.id_encuesta = p.id_encuesta
  and e.id_entidad = p.id_entidad
  and p.id_pregunta = r.id_pregunta
  and p.id_entidad = r.id_entidad
  and v.id_respuesta = r.id_respuesta
  and v.id_entidad = r.id_entidad
group by v.id_encuesta, v.id_pregunta, v.id_respuesta
order by v.id_encuesta, v.id_pregunta, v.id_respuesta desc]]>
	</queryString>
	<field name="nombre_encuesta" class="java.lang.String"/>
	<field name="pregunta_texto" class="java.lang.String"/>
	<field name="respuesta_texto" class="java.lang.String"/>
	<field name="votos" class="java.lang.Long"/>
	<field name="respuesta_valor_numerico" class="java.math.BigDecimal"/>
	<field name="id_pregunta" class="java.lang.Long">
		<fieldDescription><![CDATA[]]></fieldDescription>
	</field>
	<field name="id_entidad" class="java.lang.Long">
		<fieldDescription><![CDATA[]]></fieldDescription>
	</field>
	<field name="id_encuesta" class="java.lang.Long">
		<fieldDescription><![CDATA[]]></fieldDescription>
	</field>
	<field name="id_respuesta" class="java.lang.Long">
		<fieldDescription><![CDATA[]]></fieldDescription>
	</field>
	<group name="Group1" isStartNewPage="true">
		<groupExpression><![CDATA[$F{pregunta_texto}]]></groupExpression>
		<groupHeader>
			<band height="24">
				<property name="local_mesure_unitheight" value="pixel"/>
				<property name="com.jaspersoft.studio.unit.height" value="px"/>
				<textField>
					<reportElement x="0" y="0" width="554" height="24" uuid="57f690e9-bd61-491e-960f-95d8c610bc62">
						<property name="local_mesure_unitx" value="pixel"/>
						<property name="com.jaspersoft.studio.unit.x" value="px"/>
						<property name="local_mesure_unitheight" value="pixel"/>
						<property name="com.jaspersoft.studio.unit.height" value="px"/>
					</reportElement>
					<textFieldExpression><![CDATA[$F{pregunta_texto}]]></textFieldExpression>
				</textField>
			</band>
		</groupHeader>
		<groupFooter>
			<band height="50"/>
		</groupFooter>
	</group>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="61">
			<textField>
				<reportElement x="0" y="0" width="280" height="30" uuid="2577bfae-1e02-4fce-b2f9-4ef21fba324f">
					<property name="local_mesure_unitx" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="px"/>
					<property name="local_mesure_unity" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="px"/>
				</reportElement>
				<textFieldExpression><![CDATA[$F{nombre_encuesta}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="455" y="0" width="100" height="30" uuid="ba4b05cb-994d-47af-828c-54cc71ccb641">
					<property name="local_mesure_unity" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="px"/>
					<property name="local_mesure_unitx" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="px"/>
				</reportElement>
				<textFieldExpression><![CDATA[$P{fecha}]]></textFieldExpression>
			</textField>
		</band>
	</title>
	<detail>
		<band height="24" splitType="Stretch">
			<property name="local_mesure_unitheight" value="pixel"/>
			<property name="com.jaspersoft.studio.unit.height" value="px"/>
			<textField>
				<reportElement x="0" y="0" width="390" height="24" uuid="fa1aa9c0-7c60-4c36-94ff-f9535639bd9e">
					<property name="local_mesure_unitx" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="px"/>
					<property name="local_mesure_unity" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="px"/>
					<property name="local_mesure_unitheight" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textFieldExpression><![CDATA[$F{respuesta_texto}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="454" y="0" width="100" height="24" uuid="6fe8c396-4e24-42bc-a533-8943a0f3c340">
					<property name="local_mesure_unity" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="px"/>
					<property name="local_mesure_unitheight" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<textFieldExpression><![CDATA[$F{votos}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
No me dejaba ponerlo todo en un único post, disculpad que lo tenga que poner en 2

Muchas gracias por vuestra ayuda