Re: saveChanges() not saving

2007-05-03 Thread Chuck Hill
Riccardo, I am very pleased to hear that page got you out of trouble (and will keep you out of trouble in the future). Thanks for letting me know! Chuck On May 3, 2007, at 4:47 AM, Riccardo De Menna wrote: Chuck, I had a similar problem with an ec not saving changes. I just came here

Re: saveChanges() not saving

2007-05-03 Thread Riccardo De Menna
Chuck, I had a similar problem with an ec not saving changes. I just came here to the list, was pointed to your stone tablets and voilĂ ... I found out I was infringing both commandment 1 and 3... my ec saves so nice now that I wanted to express a token of gratitude for putting up that page.

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
PROTECTED] Sent: Thursday, March 01, 2007 2:57 PM To: David Haggerty Cc: Jerry W. Walker; webobjects-dev@lists.apple.com Subject: Re: saveChanges() not saving (a) Review the commandments (b) The cause of the error may be far away (in terms of both time and code) from the symptom you are seeing wh

RE: saveChanges() not saving

2007-03-01 Thread David Haggerty
hooting an issue like this. Thanks so much for the guidance! David -Original Message- From: Chuck Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 2:57 PM To: David Haggerty Cc: Jerry W. Walker; webobjects-dev@lists.apple.com Subject: Re: saveChanges() not saving (a)

Re: saveChanges() not saving

2007-03-01 Thread Ken Anderson
? -Original Message- From: Chuck Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:54 PM To: Jerry W. Walker Cc: David Haggerty; webobjects-dev@lists.apple.com Subject: Re: saveChanges() not saving No, I only had the regular size of stone tablet. Four commandments and I

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
Message- From: Chuck Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:54 PM To: Jerry W. Walker Cc: David Haggerty; webobjects-dev@lists.apple.com Subject: Re: saveChanges() not saving No, I only had the regular size of stone tablet. Four commandments and I ran out of room

Re: saveChanges() not saving

2007-03-01 Thread Mike Schrag
ts-dev@lists.apple.com Subject: Re: saveChanges() not saving No, I only had the regular size of stone tablet. Four commandments and I ran out of room. Obviously, Moses shopped at Costco. I supposed this could be considered a commandment, but it more falls under locking. Chuck On Mar 1, 2007

Re: saveChanges() not saving

2007-03-01 Thread Guido Neitzer
On 01.03.2007, at 12:52, David Haggerty wrote: Is it bad to rely on ERXEC doing the autolocking? Not as far as I know, if you have the correct settings for autolocking in the Properties. ERXEC autolocking works for me since years. cug ___ Do

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
On Mar 1, 2007, at 11:29 AM, Jerry W. Walker wrote: According to Cecil B. DeMille, moses used TWO tablets. That is just a movie. Have you ever seen an accurate movie? I guess web pages aren't as cheap as stone... wait a minute... yes they are! You must be using that special deluxe ston

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
t that inherits from ERXEC. Is it bad to rely on ERXEC doing the autolocking? -Original Message- From: Chuck Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:54 PM To: Jerry W. Walker Cc: David Haggerty; webobjects-dev@lists.apple.com Subject: Re: saveChanges() not saving

RE: saveChanges() not saving

2007-03-01 Thread David Haggerty
bjects-dev@lists.apple.com Subject: Re: saveChanges() not saving No, I only had the regular size of stone tablet. Four commandments and I ran out of room. Obviously, Moses shopped at Costco. I supposed this could be considered a commandment, but it more falls under locking. Chuck On Mar 1, 2007, at 10:50

Re: saveChanges() not saving

2007-03-01 Thread Jerry W. Walker
According to Cecil B. DeMille, moses used TWO tablets. I guess web pages aren't as cheap as stone... wait a minute... yes they are! You must be using that special deluxe stone quarried out of Queen Elizabeth Park. C'mon, you're going to skimp on stones in the search for TRUTH? Regards, J

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
No, I only had the regular size of stone tablet. Four commandments and I ran out of room. Obviously, Moses shopped at Costco. I supposed this could be considered a commandment, but it more falls under locking. Chuck On Mar 1, 2007, at 10:50 AM, Jerry W. Walker wrote: Hi, Chuck, That

Re: saveChanges() not saving

2007-03-01 Thread Jerry W. Walker
Hi, Chuck, That's interesting. I went to the EOF commandments page and couldn't find the commandment: * Don't do anything with a newly created Editing Context until you've locked it and be sure to unlock it at the end of your use, or at the end of your R-R cycle. (Don't worry about the

Re: saveChanges() not saving

2007-03-01 Thread Chuck Hill
David, In at least one place in your code you are abusing EOF. This makes EOF very cranky and, in return, it messes with your head. Play nice and your problems will go away. :-) First, check very carefully that you are not violating one of the EOF Commandments: http://en.wikibooks.org/

saveChanges() not saving

2007-03-01 Thread David Haggerty
I have come across a rather strange problem. Changes to an EO are not saving properly. In memory it shows that I have changed the EO but when I look at the editingContext, it doesn't show it in _unprocessedChanges. It also doesn't save the change that I am making. I finally realized that if I ca