• 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
Re: exception with a not null constraint....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exception with a not null constraint....


  • Subject: Re: exception with a not null constraint....
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 27 Apr 2009 11:08:18 -0700


On Apr 25, 2009, at 6:09 AM, Theodore Petrosky wrote:


I have an EO with a not null constraint on a date columnn. I have a function that I call from a click that sets a boolean (isDeleted) to true and saves the EO.


try {
	contactEO.saveChanges();
} catch (ValidationException e) {
	NSLog.out.appendln("ValidationException e = " + e.getMessage());

} catch (EOGeneralAdaptorException e) {
NSLog.out.appendln("EOGeneralAdaptorException e = " + e.getMessage());
}
}


It is throwing an exception and claiming that the date field is null

Does the model allow null for this attribute? Did you change the model after creating the database?



and violates the not null constraint. I don't have anyplace in the interface that is wired to the date column in question (it is the insertion date).

I guess I could just set the EO to accept nulls but I thought I would try to understand why the saveChanges() is trying to update the row with a null.


You are doing something wrong, either in your model or in your code (or, I guess, in both). This is the first thing to check:
http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-The+EOF+Commandments


Chuck

--
Chuck Hill             Senior Consultant / VP Development

Come to WOWODC'09 in San Fran this June!
http://www.wocommunity.org/wowodc09/

_______________________________________________
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


References: 
 >exception with a not null constraint.... (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: Re: Variable method name signature
  • Next by Date: Session IDs in Cookies
  • Previous by thread: exception with a not null constraint....
  • Next by thread: Re: exception with a not null constraint....
  • Index(es):
    • Date
    • Thread