Hi Junior Thank you for your message. This is very unusual, the message would indicate that your RH.SFOTOEXT reference is null, meaning that something might have gone wrong when initialising it. One reason I could imagine is that you're using Eclipse and the RH table doesn't compile. Eclipse would then still produce byte code through its incremental compiler. Can you confirm that RH.SFOTOEXT is null? If so, why is it null?
If not, can you please help reproduce the issue? Ideally through an MCVE: https://stackoverflow.com/help/mcve Thanks, Lukas On Tue, Oct 23, 2018 at 9:17 PM Junior Manzini <[email protected]> wrote: > Hi Lukas, when I get a null value an exception is thrown > > java.lang.IllegalArgumentException:* Field (null) is not contained in Row* > > pesquisaRhDto.setFotoUrl(r.get(RH.SFOTOEXT)); > > > using jOOQ 3.9.1 > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
