WADispatcher version isNil

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

WADispatcher version isNil

Ron Teitelbaum
Hi,

WADispatcher >> beAwareOfChangeOf: anAspectSymbol with: aParameter from:
anEntryPoint
        "Here when anything has changed in the receiver"
        version ifNil: [version := 0].
        version := version + 1.
        lastUpdate := TimeStamp now.
        self changed.

I had trouble loading seaside because WADispatcher version is nil.  Can we
add a nil check like above or do I need to repeat the registration process
again?

Ron Teitelbaum

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: WADispatcher version isNil

Bany, Michel
Hi Ron,

WADispatcher has changed shape in the latest package
You need to evaluate to upgrade your image

        WADispatcher resetAll.

HTH
Michel.


> WADispatcher >> beAwareOfChangeOf: anAspectSymbol with:
> aParameter from:
> anEntryPoint
> "Here when anything has changed in the receiver"
> version ifNil: [version := 0].
> version := version + 1.
> lastUpdate := TimeStamp now.
> self changed.
>
> I had trouble loading seaside because WADispatcher version is
> nil.  Can we add a nil check like above or do I need to
> repeat the registration process again?
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: WADispatcher version isNil

Ron Teitelbaum
Thanks!

Ron

> -----Original Message-----
> From: [hidden email] [mailto:seaside-
> [hidden email]] On Behalf Of Bany, Michel
> Sent: Monday, February 19, 2007 11:21 AM
> To: [hidden email]; The Squeak Enterprise Aubergines Server - general
> discussion.
> Subject: RE: [Seaside] WADispatcher version isNil
>
> Hi Ron,
>
> WADispatcher has changed shape in the latest package
> You need to evaluate to upgrade your image
>
> WADispatcher resetAll.
>
> HTH
> Michel.
>
>
> > WADispatcher >> beAwareOfChangeOf: anAspectSymbol with:
> > aParameter from:
> > anEntryPoint
> > "Here when anything has changed in the receiver"
> > version ifNil: [version := 0].
> > version := version + 1.
> > lastUpdate := TimeStamp now.
> > self changed.
> >
> > I had trouble loading seaside because WADispatcher version is
> > nil.  Can we add a nil check like above or do I need to
> > repeat the registration process again?
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside