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

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 16 06:14:00 UTC 2011


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


More information about the seaside-dev mailing list