nullpointerexception
391448Oct 31 2003 — edited Nov 10 2003I am getting this nullpointerexception, and am stumped. At debug time, the variable looks fine, but when I try to set it to another value, this is what I get.
Any hints would be much appreciated.
craig
Caused by: java.lang.NullPointerException
at oracle.toplink.internal.indirection.UnitOfWorkValueHolder.getValueFro
mServerObject(Unknown Source)
at oracle.toplink.internal.indirection.UnitOfWorkValueHolder.instantiate
(Unknown Source)
at oracle.toplink.internal.indirection.DatabaseValueHolder.getValue(Unkn
own Source)
at oracle.toplink.indirection.IndirectList.buildDelegate(Unknown Source)
at oracle.toplink.indirection.IndirectList.getDelegate(Unknown Source)
at oracle.toplink.indirection.IndirectList.contains(Unknown Source)
at oracle.toplink.internal.indirection.UnitOfWorkQueryValueHolder.update
ForeignReferenceSet(Unknown Source)
at oracle.toplink.internal.indirection.UnitOfWorkQueryValueHolder.setVal
ue(Unknown Source)
at com.celeres.pago.valueobject.FlowSplitPriorityRuleValue.setCompany(Fl
owSplitPriorityRuleValue.java:103)
... 32 more