PessoALL,
O problema é o seguinte… quando o valor militar.militarTurma.dtConclusao vem nulo do banco ocorre o seguinte erro e ele não gera o relatório:
15:40:56,625 INFO [STDOUT] Error retrieving field value from bean : militar.militarTurma.dtConclusao
Esse é meu textField… Inclusive eu estou passando true no isBlankWhenNull!
<textField isBlankWhenNull="true">
<reportElement x="482" y="164" width="68" height="16"/>
<textElement verticalAlignment="Middle">
<font fontName="Times New Roman" size="9" isBold="true"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[new SimpleDateFormat("dd/MM/yyyy", new Locale("pt","Br")).format($F{militar.militarTurma.dtConclusao})]]></textFieldExpression>
</textField>
Toda ajuda será bem vinda!