• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NPE in storedValueForKey?!?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NPE in storedValueForKey?!?


  • Subject: NPE in storedValueForKey?!?
  • From: OC <email@hidden>
  • Date: Wed, 21 Jan 2015 15:01:48 +0100

Hello there,

how on earth can this happen?!?

===
Caused by: java.lang.NullPointerException
	at com.webobjects.eocontrol.EOCustomObject.willReadRelationship(EOCustomObject.java:1270)
	at er.extensions.eof.ERXGenericRecord.willReadRelationship(ERXGenericRecord.java:380)
	at com.webobjects.eocontrol._EOMutableKnownKeyDictionary$Initializer$_LazyGenericRecordBinding.valueInObject(_EOMutableKnownKeyDictionary.java:614)
	at er.extensions.eof.ERXGenericRecord$TouchingBinding.valueInObject(ERXGenericRecord.java:209)
	at com.webobjects.eocontrol.EOCustomObject.storedValueForKey(EOCustomObject.java:1634)
	at com.webobjects.eocontrol.EOCustomObject$storedValueForKey$0.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
	at com.webobjects.eocontrol.EOCustomObject$storedValueForKey$0.callCurrent(Unknown Source)
	at model._DBRecord.auction(_DBRecord.groovy:61)
===

The _DBRecord thing is one of the pretty old legacy parts, standard EO code as generated in an Eclipse project by its eogenerator, as it used to work a couple of years ago when I used Eclipse the last time:

===
  public static final ERXKey<model.DBAuction> AUCTION = new ERXKey<model.DBAuction>("auction");
...
  public static final String AUCTION_KEY = AUCTION.key();
...
  public model.DBAuction auction() {
    (model.DBAuction)storedValueForKey(_DBRecord.AUCTION_KEY) // <== line 61
  }
===

The relationship should be nonempty, but even if it was empty, it should simply return null from storedValueForKey, and not NPE?!? :-O

Thanks for any insight,
OC


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: NPE in storedValueForKey?!?
      • From: Hugi Thordarson <email@hidden>
  • Prev by Date: Re: multi-instance: orphaned fault
  • Next by Date: Re: NPE in storedValueForKey?!?
  • Previous by thread: Re: Model/DB synchronization (was: Migrations (was: ERXSQLHelper))
  • Next by thread: Re: NPE in storedValueForKey?!?
  • Index(es):
    • Date
    • Thread