Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

nullpointerexception

391448Oct 31 2003 — edited Nov 10 2003
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2003
Added on Oct 31 2003
3 comments
380 views