[Seaside-dev] Seaside 3.0.4 ... Issue 643

Dale Henrichs dhenrich at vmware.com
Wed Feb 16 18:11:31 UTC 2011


On 02/15/2011 10:14 PM, Philippe Marschall wrote:
> 2011/2/15 Dale Henrichs<dhenrich at vmware.com>:
>> For Issue 643, I ran into a case during GemStone testing yesterday where
>> there was WAUserConfiguration with a stale cache.
>>
>> WAUserConfigurations _aren't_ reachable by doing the:
>>
>>   WASystemConfiguration allSubclasses do: [ :each |
>>     each instance clearSearchContexts.
>>     each instance clearDescription ].
>>
>> trick. I ended up doing the following to get past the problem:
>>
>>   WAFileHandler default: nil
>>
>> I consider this way too harsh, since it destroys any changes that a user may
>> have made to the configuration ... I think that this really means that we
>> have to have a fix for Issue 643 before finishing Seaside 3.0.4 ...
>
> Ok, since we don't release the current code base I took the liberty to
> commit some lint fixes.
>
> Cheers
> Philippe
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

Philippe,

I was thinking of asking whether I should pick those up or not ... I 
will pick them up...

Dale


More information about the seaside-dev mailing list