Re: Weird Behaviour...
Re: Weird Behaviour...
- Subject: Re: Weird Behaviour...
- From: Philippe Rabier <email@hidden>
- Date: Tue, 06 Dec 2011 23:23:12 +0100
I can feel how uncomfortable you are.
What makes me confused is to never see this bug before. It's hard to believe that nobody saw the errors if there are error. But on another side, I (and all the team) worked on many applications so following the explanation, I don't know why we don't see this issue much more often.
And a question regarding the workaround: is there any drawback to call the EOObserver in the dispatchRequest method like suggested?
Philippe
Sent from my iPhone
On 6 déc. 2011, at 22:52, Calven Eggert <email@hidden> wrote:
> uncomfortable doesn't begin to describe how I'm feeling. Now I question the data in our database for all of our WO applications. egad. I need a drink. while I'm at it I'll get one for the boss too.
>
> On 2011-12-06, at 3:44 PM, Andrew Lindesay wrote:
>
>> Hello Calven;
>>
>> Thanks, but I guess we should thank the original people who investigated!
>>
>> It would be nice if a dot release of WO could be done with a patch for whatever problem this is because it's a bit of an uncomfortable bug.
>>
>> cheers.
>>
>> On 7/12/11 3:35 AM, Calven Eggert wrote:
>>> Andrew, THANK YOU, THANK YOU, THANK YOU!!!
>>>
>>> This was exactly what was happening in my case and by simply adding this:
>>>
>>> public WOResponse dispatchRequest(WORequest request) {
>>> EOObserverCenter.notifyObserversObjectWillChange(null);
>>> return super.dispatchRequest(request);
>>> }
>>>
>>> It completely solved my problems. No more sporadic saves are happening. wow! After a week I was really thinking I was going crazy.
>>>
>>> Thanks again and again.
>>>
>>> Calven
>>>
>>>
>>> On 2011-12-05, at 3:38 PM, Andrew Lindesay wrote:
>>>
>>>> Hi Calven;
>>>>
>>>> Somebody mentioned to me this posting;
>>>>
>>>> http://www.mail-archive.com/email@hidden/msg25391.html
>>>>
>>>> We have seen a similar (unsettling) problem in a system which I am involved in and this seems to have worked-around the problem for us.
>>>>
>>>> Regards;
>>>>
>>>> On 6/12/11 3:35 AM, Calven Eggert wrote:
>>>>> Hi, All
>>>>>
>>>>> I'm having some weird behaviour and have spent the last weekend trying to figure out what is going on. Here is what's happening:
>>>>>
>>>>> I have an EO record that has a number of fields including foreign keys. I run the application on my machine or on a Mac Server and edit a record by changing field values, including selections in different popups to change the foreign key values. I verify that the changes have been made by using a SQL application called Froq App to look directly into the database.
>>>>>
>>>>> Now the weird thing is that sometimes the data is not changed in the database. I'll log out and then back into the app and make the exact same changes and this time it works. This completely scares me and now I have absolutely no faith in what the application is saving.
>>>>>
>>>>> Any one have any clues on why this might be happening and what I can do to figure this out. I'm completely stumped. :-(
>>>>>
>>>>> Calven
>>>>> _______________________________________________
>>>>> 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
>>>>>
>>>>
>>>>
>>>> --
>>>> Andrew Lindesay
>>>> www.silvereye.co.nz
>>>>
>>>
>>>
>>>
>>
>>
>> --
>> Andrew Lindesay
>> www.silvereye.co.nz
>>
>
>
> _______________________________________________
> 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
_______________________________________________
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